Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
81ba6afd6e6443d2bf4bf40f16df1f1f91c603f8
/
net
81ba6af
net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()
by Arvid Brodin
· 10 years ago
70ebe4a
net/hsr: Better variable names and update of contact info.
by Arvid Brodin
· 10 years ago
4f6ad60
ipconfig: add static to local variable
by Fabian Frederick
· 11 years ago
640985e
mac802154: at86rf230: add hw flags and merge ops
by Alexander Aring
· 11 years ago
a3b18dd
net: Only do flow_dissector hash computation once per packet
by Tom Herbert
· 11 years ago
cb1ce2e
ipv6: Implement automatic flow label generation on transmit
by Tom Herbert
· 11 years ago
19469a8
flow_dissector: Use IPv6 flow label in flow_dissector
by Tom Herbert
· 11 years ago
535fb8d
vxlan: Call udp_flow_src_port
by Tom Herbert
· 11 years ago
0e00161
net: Call skb_get_hash in get_xps_queue and __skb_tx_hash
by Tom Herbert
· 11 years ago
b73c3d0
net: Save TX flow hash in sock and set in skbuf on xmit
by Tom Herbert
· 11 years ago
5ed20a6
flow_dissector: Abstract out hash computation
by Tom Herbert
· 11 years ago
4710d80
6lowpan: mac802154: fix coding style issues
by Varka Bhadram
· 11 years ago
46c9521
netlink: Fix do_one_broadcast() prototype.
by Rami Rosen
· 11 years ago
3f53bd8
tipc: fix link acknowledge logic in receive path
by Erik Hugne
· 11 years ago
7ae934b
tipc: refactor message delivery out of tipc_rcv
by Erik Hugne
· 11 years ago
86c6a2c
tcp: switch snt_synack back to measuring transmit time of first SYNACK
by Neal Cardwell
· 11 years ago
b98fe24
batman-adv: Use kasprintf
by Himangi Saraogi
· 11 years ago
a6111d3
vlan: Pass SIOC[SG]HWTSTAMP ioctls to real device
by Stefan Sørensen
· 11 years ago
ae5c6c6
ptp: Classify ptp over ip over vlan packets
by Stefan Sørensen
· 11 years ago
b9c701e
net: Simplify ptp class checks
by Stefan Sørensen
· 11 years ago
eaea2da
net: sctp: only warn in proc_sctp_do_alpha_beta if write
by Daniel Borkmann
· 11 years ago
8f61059
net: sctp: improve timer slack calculation for transport HBs
by Daniel Borkmann
· 11 years ago
fb0d164
net/caif/caif_socket.c: remove unnecessary null test before debugfs_remove_recursive
by Fabian Frederick
· 11 years ago
9fe516b
inet: move ipv6only in sock_common
by Eric Dumazet
· 11 years ago
8788370
pktgen: RCU-ify "if_list" to remove lock in next_to_run()
by Jesper Dangaard Brouer
· 11 years ago
baac167
pktgen: avoid expensive set_current_state() call in loop
by Jesper Dangaard Brouer
· 11 years ago
5b9e7e1
openvswitch: introduce rtnl ops stub
by Jiri Pirko
· 11 years ago
b0ab2fa
rtnetlink: allow to register ops without ops->setup set
by Jiri Pirko
· 11 years ago
9bf2b8c
net: fix some typos in comment
by Ying Xue
· 11 years ago
d933319
ipv6: Allow accepting RA from local IP addresses.
by Ben Greear
· 11 years ago
f2a762d
ipv6: Add more debugging around accept-ra logic.
by Ben Greear
· 11 years ago
4135ab8
tcp: tcp_conn_request: fix build error when IPv6 is disabled
by Octavian Purdila
· 11 years ago
1fb6f15
tcp: add tcp_conn_request
by Octavian Purdila
· 11 years ago
695da14
tcp: add queue_add_hash to tcp_request_sock_ops
by Octavian Purdila
· 11 years ago
2aec4a2
tcp: add mss_clamp to tcp_request_sock_ops
by Octavian Purdila
· 11 years ago
5db92c9
tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synack
by Octavian Purdila
· 11 years ago
d6274bd
tcp: add send_synack method to tcp_request_sock_ops
by Octavian Purdila
· 11 years ago
936b8bd
tcp: add init_seq method to tcp_request_sock_ops
by Octavian Purdila
· 11 years ago
9403715
tcp: move around a few calls in tcp_v6_conn_request
by Octavian Purdila
· 11 years ago
d94e041
tcp: add route_req method to tcp_request_sock_ops
by Octavian Purdila
· 11 years ago
fb7b37a
tcp: add init_cookie_seq method to tcp_request_sock_ops
by Octavian Purdila
· 11 years ago
16bea70
tcp: add init_req method to tcp_request_sock_ops
by Octavian Purdila
· 11 years ago
476eab8
net: remove inet6_reqsk_alloc
by Octavian Purdila
· 11 years ago
aa27fc5
tcp: tcp_v[46]_conn_request: fix snt_synack initialization
by Octavian Purdila
· 11 years ago
57b4755
tcp: cookie_v4_init_sequence: skb should be const
by Octavian Purdila
· 11 years ago
6012052
tipc: simplify connection congestion handling
by Jon Paul Maloy
· 11 years ago
ac0074e
tipc: clean up connection protocol reception function
by Jon Paul Maloy
· 11 years ago
ec8a2e5
tipc: same receive code path for connection protocol and data messages
by Jon Paul Maloy
· 11 years ago
b786e2b
tipc: let port protocol senders use new link send function
by Jon Paul Maloy
· 11 years ago
4ccfe5e
tipc: connection oriented transport uses new send functions
by Jon Paul Maloy
· 11 years ago
e2dafe8
tipc: RDM/DGRAM transport uses new fragmenting and sending functions
by Jon Paul Maloy
· 11 years ago
5a37907
tipc: introduce message evaluation function
by Jon Paul Maloy
· 11 years ago
8db1bae
tipc: separate building and sending of rejected messages
by Jon Paul Maloy
· 11 years ago
067608e
tipc: introduce direct iovec to buffer chain fragmentation function
by Jon Paul Maloy
· 11 years ago
16e166b
tipc: make link mtu easily accessible from socket
by Jon Paul Maloy
· 11 years ago
4f1688b
tipc: introduce send functions for chained buffers in link
by Jon Paul Maloy
· 11 years ago
e4de5fa
tipc: use negative error return values in functions
by Jon Paul Maloy
· 11 years ago
3d09fc4
tipc: eliminate case of writing to freed memory
by Jon Paul Maloy
· 11 years ago
9b8d90b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
f40ede3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
de84372
net: fix setting csum_start in skb_segment()
by Tom Herbert
· 11 years ago
f886497
ipv4: fix dst race in sk_dst_get()
by Eric Dumazet
· 11 years ago
99e72a0
net: filter: Use kcalloc/kmalloc_array to allocate arrays
by Tobias Klauser
· 11 years ago
677a9fd
trivial: net: filter: Change kerneldoc parameter order
by Tobias Klauser
· 11 years ago
285276e
trivial: net: filter: Fix typo in comment
by Tobias Klauser
· 11 years ago
f6d8cb2
inet: reduce TLB pressure for listeners
by Eric Dumazet
· 11 years ago
1f74714
net/dsa/dsa.c: remove unnecessary null test before kfree
by Fabian Frederick
· 11 years ago
66b0686
NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support
by Andy Adamson
· 11 years ago
79631c8
trivial: net/irda/irlmp.c: Fix closing brace followed by if
by Rasmus Villemoes
· 11 years ago
e0f31d8
flow_keys: Record IP layer protocol in skb_flow_dissect()
by Govindarajulu Varadarajan
· 11 years ago
2b74e2c
net: em_canid: remove useless statements from em_canid_change
by Duan Jiong
· 11 years ago
a3f5ee7
bridge: use list_for_each_entry_continue_reverse
by Li RongQing
· 11 years ago
916c168
8021q: fix a potential memory leak
by Li RongQing
· 11 years ago
1b0608f
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by David S. Miller
· 11 years ago
24599e6
net: sctp: check proc_dointvec result in proc_sctp_do_auth
by Daniel Borkmann
· 11 years ago
2cd0d74
tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb
by Neal Cardwell
· 11 years ago
8e4946c
Revert "net: return actual error on register_queue_kobjects"
by David S. Miller
· 11 years ago
6f9a093
net: filter: fix upper BPF instruction limit
by Kees Cook
· 11 years ago
ff5e92c
net: sctp: propagate sysctl errors from proc_do* properly
by Daniel Borkmann
· 11 years ago
d36a4f4
net: return actual error on register_queue_kobjects
by Jie Liu
· 11 years ago
3a3ec1b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 11 years ago
2ee3f63
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 11 years ago
e0f802f
tcp: move ir_mark initialization to tcp_openreq_init
by Octavian Purdila
· 11 years ago
d215d10
net: delete duplicate dev_set_rx_mode() call
by Peter Pan(潘卫平)
· 11 years ago
7f4dbaa
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by John W. Linville
· 11 years ago
1784637
tcp: remove unnecessary tcp_sk assignment.
by Dave Jones
· 11 years ago
945b2b2
netfilter: nf_nat: fix oops on netns removal
by Florian Westphal
· 11 years ago
4a00106
netfilter: ctnetlink: add zone size to length
by Ken-ichirou MATSUZAWA
· 11 years ago
98ca74f
Merge branch 'ipvs'
by Pablo Neira Ayuso
· 11 years ago
9151360
netfilter: nft_nat: don't dump port information if unset
by Pablo Neira Ayuso
· 11 years ago
6403d96
netfilter: nf_tables: indicate family when dumping set elements
by Pablo Neira Ayuso
· 11 years ago
3d9b142
netfilter: nft_compat: call {target, match}->destroy() to cleanup entry
by Pablo Neira Ayuso
· 11 years ago
ac904ac
netfilter: nf_tables: fix wrong type in transaction when replacing rules
by Pablo Neira Ayuso
· 11 years ago
ac34b86
netfilter: nf_tables: decrement chain use counter when replacing rules
by Pablo Neira Ayuso
· 11 years ago
a0a7379
netfilter: nf_tables: use u32 for chain use counter
by Pablo Neira Ayuso
· 11 years ago
5bc5c30
netfilter: nf_tables: use RCU-safe list insertion when replacing rules
by Pablo Neira Ayuso
· 11 years ago
cd5f336
netfilter: ctnetlink: fix refcnt leak in dying/unconfirmed list dumper
by Florian Westphal
· 11 years ago
266155b
netfilter: ctnetlink: fix dumping of dying/unconfirmed conntracks
by Pablo Neira Ayuso
· 11 years ago
a9be224
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
b58537a
net: sctp: fix permissions for rto_alpha and rto_beta knobs
by Daniel Borkmann
· 11 years ago
Next »