index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-11
net: vrf: Fix dev refcnt leak due to IPv6 prefix route
David Ahern
1
-0
/
+10
2016-04-11
net: vrf: Fix dst reference counting
David Ahern
2
-6
/
+8
2016-04-11
rxrpc: Create a null security type and get rid of conditional calls
David Howells
9
-61
/
+105
2016-04-11
rxrpc: Absorb the rxkad security module
David Howells
6
-134
/
+85
2016-04-11
rxrpc: Don't assume transport address family and size when using it
David Howells
2
-4
/
+4
2016-04-11
rxrpc: Don't pass gfp around in incoming call handling functions
David Howells
4
-12
/
+9
2016-04-11
rxrpc: Differentiate local and remote abort codes in structs
David Howells
8
-21
/
+37
2016-04-11
rxrpc: Static arrays of strings should be const char *const[]
David Howells
2
-2
/
+2
2016-04-11
rxrpc: Move some miscellaneous bits out into their own file
David Howells
5
-84
/
+106
2016-04-11
rxrpc: Disable a debugging statement that has been left enabled.
David Howells
1
-1
/
+1
2016-04-11
rxrpc: do not pull udp headers on receive
Willem de Bruijn
1
-2
/
+2
2016-04-11
sunrpc: do not pull udp headers on receive
Willem de Bruijn
3
-7
/
+5
2016-04-11
tipc: purge deferred updates from dead nodes
Erik Hugne
1
-0
/
+19
2016-04-11
tipc: make dist queue pernet
Erik Hugne
3
-9
/
+11
2016-04-11
net: ipv4: Consider failed nexthops in multipath routes
David Ahern
2
-5
/
+40
2016-04-10
netlink: don't send NETLINK_URELEASE for unbound sockets
Dmitry Ivanov
1
-1
/
+1
2016-04-10
decnet: Do not build routes to devices without decnet private data.
David S. Miller
1
-1
/
+8
2016-04-10
sctp: avoid refreshing heartbeat timer too often
Marcelo Ricardo Leitner
4
-33
/
+40
2016-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
34
-110
/
+203
2016-04-09
ipv6: fix inet6_lookup_listener()
Eric Dumazet
1
-2
/
+2
2016-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
24
-51
/
+144
2016-04-08
net: dsa: make the VLAN add function return void
Vivien Didelot
1
-8
/
+3
2016-04-08
net: dsa: make the FDB add function return void
Vivien Didelot
1
-8
/
+8
2016-04-08
net: dsa: make the STP state function return void
Vivien Didelot
1
-17
/
+15
2016-04-08
Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/sc...
David S. Miller
39
-984
/
+1809
2016-04-08
Merge tag 'mac80211-for-davem-2016-04-06' of git://git.kernel.org/pub/scm/lin...
David S. Miller
8
-25
/
+86
2016-04-08
devlink: share user_ptr pointer for both devlink and devlink_port
Jiri Pirko
1
-8
/
+13
2016-04-08
devlink: remove implicit type set in port register
Jiri Pirko
1
-1
/
+0
2016-04-08
6lowpan: iphc: fix handling of link-local compression
Alexander Aring
1
-2
/
+9
2016-04-08
Bluetooth: Allow setting BT_SECURITY_FIPS with setsockopt
Patrik Flykt
1
-1
/
+1
2016-04-08
Bluetooth: Ignore unknown advertising packet types
Johan Hedberg
1
-0
/
+13
2016-04-08
Bluetooth: Fix setting NO_BREDR advertising flag
Johan Hedberg
1
-3
/
+3
2016-04-08
mpls: find_outdev: check for err ptr in addition to NULL check
Roopa Prabhu
1
-0
/
+3
2016-04-07
ipv6: Count in extension headers in skb->network_header
Jakub Sitnicki
1
-4
/
+4
2016-04-07
tipc: stricter filtering of packets in bearer layer
Jon Paul Maloy
2
-17
/
+38
2016-04-07
tipc: eliminate buffer leak in bearer layer
Jon Paul Maloy
3
-31
/
+29
2016-04-07
RDS: fix congestion map corruption for PAGE_SIZE > 4k
shamir rabinovitch
1
-1
/
+1
2016-04-07
RDS: memory allocated must be align to 8
shamir rabinovitch
1
-2
/
+2
2016-04-07
GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU
Alexander Duyck
4
-3
/
+25
2016-04-07
udp: Remove udp_offloads
Tom Herbert
1
-63
/
+0
2016-04-07
fou: change to use UDP socket GRO
Tom Herbert
1
-31
/
+17
2016-04-07
udp: Add socket based GRO and config
Tom Herbert
1
-0
/
+2
2016-04-07
udp: Add GRO functions to UDP socket
Tom Herbert
6
-40
/
+41
2016-04-07
udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skb
Tom Herbert
2
-0
/
+26
2016-04-07
tun: use socket locks for sk_{attach,detatch}_filter
Hannes Frederic Sowa
1
-22
/
+13
2016-04-07
net: introduce lockdep_is_held and update various places to use it
Hannes Frederic Sowa
9
-15
/
+16
2016-04-07
sock: fix lockdep annotation in release_sock
Hannes Frederic Sowa
1
-5
/
+0
2016-04-07
netfilter: ipv6: unnecessary to check whether ip6_route_output() returns NULL
Haishuang Yan
1
-1
/
+1
2016-04-07
netfilter: nf_conntrack_tcp: Fix stack out of bounds when parsing TCP options
Jozsef Kadlecsik
1
-0
/
+4
2016-04-07
tcp/dccp: fix inet_reuseport_add_sock()
Eric Dumazet
2
-2
/
+4
[prev]
[next]