Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
72145a68e4ee116533df49af4b87aca0aacc179c
/
net
72145a6
tcp: md5: add LINUX_MIB_TCPMD5FAILURE counter
by Eric Dumazet
· 8 years ago
e65c332
tcp: md5: increment sk_drops on syn_recv state
by Eric Dumazet
· 8 years ago
a52e95a
net: diag: allow socket bytecode filters to match socket marks
by Lorenzo Colitti
· 8 years ago
627cc4a
net: diag: slightly refactor the inet_diag_bc_audit error checks.
by Lorenzo Colitti
· 8 years ago
9d490b4
net: dsa: rename switch operations structure
by Vivien Didelot
· 8 years ago
6546c78
Merge tag 'rxrpc-rewrite-20160824-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by David S. Miller
· 8 years ago
d3c10db
Merge tag 'rxrpc-rewrite-20160824-1' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by David S. Miller
· 8 years ago
45025bc
rxrpc: Improve management and caching of client connection objects
by David Howells
· 8 years ago
4d028b2
rxrpc: Dup the main conn list for the proc interface
by David Howells
· 8 years ago
df5d8bf
rxrpc: Make /proc/net/rxrpc_calls safer
by David Howells
· 8 years ago
2266ffd
rxrpc: Fix conn-based retransmit
by David Howells
· 8 years ago
ba2489b
net: remove clear_sk() method
by Eric Dumazet
· 8 years ago
391bb6b
ipv6: tcp: get rid of tcp_v6_clear_sk()
by Eric Dumazet
· 8 years ago
4cac820
udp: get rid of sk_prot_clear_portaddr_nulls()
by Eric Dumazet
· 8 years ago
6a6ad2a
ipv6: udp: remove udp_v6_clear_sk()
by Eric Dumazet
· 8 years ago
5d77dca
net: diag: support SOCK_DESTROY for UDP sockets
by David Ahern
· 8 years ago
5128b18
tipc: use kfree_skb() instead of kfree()
by Wei Yongjun
· 8 years ago
85d2c92
Merge tag 'rxrpc-rewrite-20160823-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by David S. Miller
· 8 years ago
3a69101
Merge tag 'rxrpc-rewrite-20160823-1' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by David S. Miller
· 8 years ago
f8edcd1
net: rtnetlink: Don't export empty RTAX_FEATURES
by Phil Sutter
· 8 years ago
cebc5cb
net-tcp: retire TFO_SERVER_WO_SOCKOPT2 config
by Yuchung Cheng
· 8 years ago
54c151d
l2tp: Refactor the codes with existing macros instead of literal number
by Gao Feng
· 8 years ago
1616b38
kcm: Fix locking issue
by Tom Herbert
· 8 years ago
cff6a33
strparser: Queue work when being unpaused
by Tom Herbert
· 8 years ago
18bfeba
rxrpc: Perform terminal call ACK/ABORT retransmission from conn processor
by David Howells
· 8 years ago
563ea7d
rxrpc: Calculate serial skew on packet reception
by David Howells
· 8 years ago
f51b448
rxrpc: Set connection expiry on idle, not put
by David Howells
· 8 years ago
df844fd
rxrpc: Use a tracepoint for skb accounting debugging
by David Howells
· 8 years ago
01a90a4
rxrpc: Drop channel number field from rxrpc_call struct
by David Howells
· 8 years ago
f36b5e4
rxrpc: When clearing a socket, clear the call sets in the right order
by David Howells
· 8 years ago
dabe5a7
rxrpc: Tidy up the rxrpc_call struct a bit
by David Howells
· 8 years ago
26164e77
rxrpc: Remove RXRPC_CALL_PROC_BUSY
by David Howells
· 8 years ago
a01512d
net: strparser: fix strparser sk_user_data check
by Dave Watson
· 8 years ago
7b31436
net: dsa: Allow the DSA driver to indicate the tag protocol
by Andrew Lunn
· 8 years ago
1ae292a
net: ipconfig: Fix NULL pointer dereference on RARP/BOOTP/DHCP timeout
by Geert Uytterhoeven
· 8 years ago
8b7ac60
Merge tag 'batadv-next-for-davem-20160822' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 8 years ago
b9a24bb
net_sched: properly handle failure case of tcf_exts_init()
by WANG Cong
· 8 years ago
c1346a7
Revert "l2tp: Refactor the codes with existing macros instead of literal number"
by David S. Miller
· 8 years ago
5ab1fe7
l2tp: Refactor the codes with existing macros instead of literal number
by Gao Feng
· 8 years ago
dc833de
net/irda: remove pointless assignment/check
by Vegard Nossum
· 8 years ago
d933802
net: dsa: bcm_sf2: Make it a real platform device driver
by Florian Fainelli
· 8 years ago
ea825e7
net: dsa: Export suspend/resume functions
by Florian Fainelli
· 8 years ago
d985d15
net: ipv4: fix sparse error in fib_good_nh()
by Eric Dumazet
· 8 years ago
217375a
udp: include addrconf.h
by Eric Dumazet
· 8 years ago
b6c6b64
tcp: md5: remove tcp_md5_hash_header()
by Eric Dumazet
· 8 years ago
ad20207
netlink: Use rhashtable walk interface in diag dump
by Herbert Xu
· 8 years ago
54fd9c2
bpf: get rid of cgroup helper related ifdefs
by Daniel Borkmann
· 8 years ago
4de1696
bpf: enable event output helper also for xdp types
by Daniel Borkmann
· 8 years ago
5293efe
bpf: add bpf_skb_change_tail helper
by Daniel Borkmann
· 8 years ago
45c7fff
bpf: use skb_pkt_type_ok helper in bpf_skb_change_type
by Daniel Borkmann
· 8 years ago
b340402
tipc: add peer removal functionality
by Richard Alpe
· 8 years ago
36a6503
tcp: refine tcp_prune_ofo_queue() to not drop all packets
by Eric Dumazet
· 8 years ago
dca0aaf
tcp: defer sacked assignment
by Eric Dumazet
· 8 years ago
61ba1a2
net: bridge: export vlan flags with the stats
by Nikolay Aleksandrov
· 8 years ago
d5ff8c4
net: bridge: consolidate bridge and port linkxstats calls
by Nikolay Aleksandrov
· 8 years ago
956af37
net_sched: act_vlan: Add priority option
by Hadar Hen Zion
· 8 years ago
9399ae9
net_sched: flower: Add vlan support
by Hadar Hen Zion
· 8 years ago
339ba87
net_sched: flower: Avoid dissection of unmasked keys
by Hadar Hen Zion
· 8 years ago
f6a6692
flow_dissector: Get vlan priority in addition to vlan id
by Hadar Hen Zion
· 8 years ago
d5709f7
flow_dissector: For stripped vlan, get vlan info from skb->vlan_tci
by Hadar Hen Zion
· 8 years ago
ea32746
net: sched: avoid duplicates in qdisc dump
by Jiri Kosina
· 8 years ago
69012ae
net: sched: fix handling of singleton qdiscs with qdisc_hash
by Jiri Kosina
· 8 years ago
5a0950c
tipc: ensure that link congestion and wakeup use same criteria
by Jon Paul Maloy
· 8 years ago
0d051bf
tipc: make bearer packet filtering generic
by Jon Paul Maloy
· 8 years ago
0d135e4
net: atm: remove redundant null pointer check on dev->name
by Colin Ian King
· 8 years ago
60747ef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
184ca82
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
9b73896
kcm: Use stream parser
by Tom Herbert
· 8 years ago
43a0c67
strparser: Stream parser for messages
by Tom Herbert
· 8 years ago
d2d371a
net: ipconfig: Fix more use after free
by Thierry Reding
· 8 years ago
b5ac851
net_sched: allow flushing tc police actions
by Roman Mashak
· 8 years ago
0852e45
net_sched: unify the init logic for act_police
by WANG Cong
· 8 years ago
22dc13c
net_sched: convert tcf_exts from list to pointer array
by WANG Cong
· 8 years ago
824a7e8
net_sched: remove an unnecessary list_del()
by WANG Cong
· 8 years ago
f07fed8
net_sched: remove the leftover cleanup_a()
by WANG Cong
· 8 years ago
00062a93
Merge tag 'batadv-next-for-davem-20160816' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 8 years ago
3ec60b9
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 8 years ago
d2fbdf7
tipc: fix NULL pointer dereference in shutdown()
by Vegard Nossum
· 8 years ago
2eb03e6
switchdev: Put export declaration in the right place
by Or Gerlitz
· 8 years ago
3d7b332
gre: set inner_protocol on xmit
by Simon Horman
· 8 years ago
5e45789
net: ipv6: Fix ping to link-local addresses.
by Lorenzo Colitti
· 8 years ago
e79c6a4
net: make net namespace sysctls belong to container's owner
by Dmitry Torokhov
· 8 years ago
f8c46cb
netns: do not call pernet ops for not yet set up init_net namespace
by Dmitry Torokhov
· 8 years ago
21bc54f
vhost/vsock: drop space available check for TX vq
by Gerard Garcia
· 8 years ago
952fcfd
net: remove type_check from dev_get_nest_level()
by Sabrina Dubroca
· 8 years ago
bc56163
net: ipv6: Do not keep IPv6 addresses when IPv6 is disabled
by Mike Manning
· 8 years ago
5f3b9d3
Merge tag 'mac80211-next-for-davem-2016-08-12' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by David S. Miller
· 8 years ago
54236ab
net/sctp: always initialise sctp_ht_iter::start_fail
by Vegard Nossum
· 8 years ago
5ba092e
net/irda: handle iriap_register_lsap() allocation failure
by Vegard Nossum
· 8 years ago
0ed661d
bpf: fix write helpers with regards to non-linear parts
by Daniel Borkmann
· 8 years ago
b4c0e0c
calipso: fix resource leak on calipso_genopt failure
by Colin Ian King
· 8 years ago
747ea55
bpf: fix bpf_skb_in_cgroup helper naming
by Daniel Borkmann
· 8 years ago
03ff497
sit: make function ipip6_valid_ip_proto() static
by Wei Yongjun
· 8 years ago
f9f9ab1
Merge tag 'batadv-next-for-davem-20160812' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 8 years ago
9909170
Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 8 years ago
6da7e95
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 8 years ago
ff9a71a
nl80211: explicitly check enum nl80211_mesh_power_mode
by Johannes Berg
· 8 years ago
4fdbc67a
mac80211: call get_expected_throughput only after adding station
by Maxim Altshul
· 8 years ago
12d20fc9
cfg80211: identically validate beacon interval for AP/MESH/IBSS
by Purushottam Kushwaha
· 8 years ago
7f8ed01
cfg80211: always notify userspace when wireless netdev is removed
by Denis Kenzior
· 8 years ago
Next »