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-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
15
-131
/
+720
2016-03-15
netfilter: nf_conntrack: consolidate lock/unlock into unlock_wait
Nicholas Mc Guire
1
-4
/
+2
2016-03-14
net: diag: add a scheduling point in inet_diag_dump_icsk()
Eric Dumazet
1
-0
/
+1
2016-03-14
openvswitch: Interface with NAT.
Jarno Rajahalme
3
-28
/
+502
2016-03-14
openvswitch: Delay conntrack helper call for new connections.
Jarno Rajahalme
1
-5
/
+16
2016-03-14
openvswitch: Handle NF_REPEAT in conntrack action.
Jarno Rajahalme
1
-2
/
+8
2016-03-14
openvswitch: Find existing conntrack entry after upcall.
Jarno Rajahalme
1
-13
/
+90
2016-03-14
openvswitch: Update the CT state key only after nf_conntrack_in().
Jarno Rajahalme
1
-3
/
+4
2016-03-14
openvswitch: Add commentary to conntrack.c
Jarno Rajahalme
1
-1
/
+20
2016-03-14
netfilter: Allow calling into nat helper without skb_dst.
Jarno Rajahalme
2
-44
/
+16
2016-03-14
netfilter: Remove IP_CT_NEW_REPLY definition.
Jarno Rajahalme
1
-2
/
+0
2016-03-14
net: dsa: refine netdev event notifier
Vivien Didelot
1
-24
/
+30
2016-03-14
net: dsa: make port_bridge_leave return void
Vivien Didelot
1
-6
/
+3
2016-03-14
net: dsa: rename port_*_bridge routines
Vivien Didelot
1
-4
/
+4
2016-03-14
bridge: fix potential use-after-free when hook returns QUEUE or STOLEN verdict
Florian Westphal
1
-9
/
+7
2016-03-14
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
6
-18
/
+91
2016-03-14
phy: fixed: Fix removal of phys.
Andrew Lunn
1
-3
/
+1
2016-03-14
dsa: dsa: Fix freeing of fixed-phys from user ports.
Andrew Lunn
1
-3
/
+0
2016-03-14
dsa: Destroy fixed link phys after the phy has been disconnected
Andrew Lunn
1
-12
/
+12
2016-03-14
dsa: slave: Don't reference NULL pointer during phy_disconnect
Andrew Lunn
1
-4
/
+8
2016-03-14
tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In
Martin KaFai Lau
6
-4
/
+16
2016-03-14
net: caif: fix misleading indentation
Arnd Bergmann
1
-1
/
+1
2016-03-14
net: Fix use after free in the recvmmsg exit path
Arnaldo Carvalho de Melo
1
-19
/
+19
2016-03-14
tipc: make sure IPv6 header fits in skb headroom
Richard Alpe
1
-1
/
+1
2016-03-14
net: add a hardware buffer management helper API
Gregory CLEMENT
3
-0
/
+91
2016-03-13
GSO/UDP: Use skb->len instead of udph->len to determine length of original skb
Alexander Duyck
1
-5
/
+10
2016-03-13
ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short
Alexander Duyck
1
-2
/
+1
2016-03-13
ipv4: Don't do expensive useless work during inetdev destroy.
David S. Miller
3
-2
/
+18
2016-03-13
Merge tag 'nfc-next-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
David S. Miller
2
-2
/
+8
2016-03-13
net: socket: use pr_info_once to tip the obsolete usage of PF_PACKET
liping.zhang
1
-6
/
+2
2016-03-13
net: adjust napi_consume_skb to handle non-NAPI callers
Jesper Dangaard Brouer
1
-2
/
+2
2016-03-13
sctp: allow sctp_transmit_packet and others to use gfp
Marcelo Ricardo Leitner
7
-66
/
+83
2016-03-13
ovs: allow nl 'flow set' to use ufid without flow key
Samuel Gauthier
1
-11
/
+17
2016-03-13
netconf: add macro to represent all attributes
Zhang Shengju
2
-32
/
+44
2016-03-13
sctp: fix the transports round robin issue when init is retransmitted
Xin Long
2
-2
/
+2
2016-03-13
rxrpc: Replace all unsigned with unsigned int
David Howells
8
-39
/
+39
2016-03-13
gro: Defer clearing of flush bit in tunnel paths
Alexander Duyck
2
-4
/
+2
2016-03-12
netfilter: x_tables: check for size overflow
Florian Westphal
1
-0
/
+3
2016-03-11
bpf: support flow label for bpf_skb_{set, get}_tunnel_key
Daniel Borkmann
1
-2
/
+12
2016-03-11
ip_tunnel: add support for setting flow label via collect metadata
Daniel Borkmann
2
-4
/
+4
2016-03-11
bridge: allow zero ageing time
Stephen Hemminger
1
-3
/
+8
2016-03-11
net/flower: Fix pointer cast
Amir Vadai
1
-6
/
+6
2016-03-11
Bluetooth: Fix potential buffer overflow with Add Advertising
Johan Hedberg
1
-0
/
+4
2016-03-11
Bluetooth: Fix setting correct flags in AD
Johan Hedberg
1
-1
/
+3
2016-03-11
netfilter: nft_compat: check match/targetinfo attr size
Florian Westphal
1
-0
/
+6
2016-03-11
Merge tag 'ipvs-fixes-for-v4.5' of https://git.kernel.org/pub/scm/linux/kerne...
Pablo Neira Ayuso
3
-12
/
+35
2016-03-10
net/flow_dissector: Make dissector_uses_key() and skb_flow_dissector_target()...
Amir Vadai
1
-13
/
+0
2016-03-10
net/flower: Introduce hardware offload support
Amir Vadai
1
-1
/
+63
2016-03-10
net: dsa: Fix cleanup resources upon module removal
Neil Armstrong
1
-8
/
+8
2016-03-10
Bluetooth: Increment management interface revision
Johan Hedberg
1
-1
/
+1
[next]