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
2014-09-22
net: sched: fix compile warning in cls_u32
Eric Dumazet
1
-1
/
+1
2014-09-22
tcp: avoid possible arithmetic overflows
Eric Dumazet
4
-14
/
+14
2014-09-22
ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallback
Daniel Borkmann
1
-10
/
+31
2014-09-22
net: sched: cls_u32 changes to knode must appear atomic to readers
John Fastabend
1
-9
/
+126
2014-09-22
net: cls_u32: fix missed pcpu_success free_percpu
John Fastabend
1
-0
/
+13
2014-09-22
udp: Need to make ip6_udp_tunnel.c have GPL license
Tom Herbert
1
-0
/
+2
2014-09-22
net: keep original skb which only needs header checking during software GSO
Jason Wang
1
-3
/
+5
2014-09-22
net: dsa: add {get, set}_wol callbacks to slave devices
Florian Fainelli
1
-0
/
+23
2014-09-22
net: dsa: allow switch drivers to implement suspend/resume hooks
Florian Fainelli
3
-0
/
+113
2014-09-19
udp_tunnel: Only build ip6_udp_tunnel.c when IPV6 is selected
Andy Zhou
1
-1
/
+4
2014-09-19
gre: Setup and TX path for gre/UDP foo-over-udp encapsulation
Tom Herbert
1
-5
/
+85
2014-09-19
ipip: Setup and TX path for ipip/UDP foo-over-udp encapsulation
Tom Herbert
1
-1
/
+77
2014-09-19
sit: Setup and TX path for sit/UDP foo-over-udp encapsulation
Tom Herbert
1
-10
/
+97
2014-09-19
net: Changes to ip_tunnel to support foo-over-udp encapsulation
Tom Herbert
1
-1
/
+90
2014-09-19
fou: Add GRO support
Tom Herbert
2
-1
/
+93
2014-09-19
fou: Support for foo-over-udp RX path
Tom Herbert
3
-0
/
+290
2014-09-19
net: Export inet_offloads and inet6_offloads
Tom Herbert
2
-0
/
+2
2014-09-19
net: sched: cls_u32: rcu can not be last node
John Fastabend
1
-1
/
+4
2014-09-19
net: sched: use __skb_queue_head_init() where applicable
Eric Dumazet
2
-2
/
+2
2014-09-19
net: dsa: allow switch drivers to specify phy_device::dev_flags
Florian Fainelli
1
-1
/
+8
2014-09-19
net: add alloc_skb_with_frags() helper
Eric Dumazet
2
-63
/
+93
2014-09-19
tcp: do not fake tcp headers in tcp_send_rcvq()
Eric Dumazet
1
-9
/
+4
2014-09-19
l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functions
Andy Zhou
1
-14
/
+10
2014-09-19
udp-tunnel: Add a few more UDP tunnel APIs
Andy Zhou
2
-1
/
+94
2014-09-19
udp_tunnel: Seperate ipv6 functions into its own file.
Andy Zhou
3
-64
/
+85
2014-09-16
net: sched: cls_cgroup need tcf_exts_init in all cases
John Fastabend
1
-4
/
+3
2014-09-16
Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
10
-126
/
+402
2014-09-16
net: sched: cls_fw: add missing tcf_exts_init call in fw_change()
John Fastabend
1
-0
/
+2
2014-09-16
net: sched: cls_cgroup fix possible memory leak of 'new'
John Fastabend
1
-4
/
+9
2014-09-16
net: sched: cls_u32 add missing rcu_assign_pointer and annotation
John Fastabend
1
-3
/
+4
2014-09-16
net: sched: fix unsued cpu variable
John Fastabend
1
-3
/
+4
2014-09-16
net_sched: fix a null pointer dereference in tcindex_set_parms()
WANG Cong
1
-1
/
+1
2014-09-16
net_sched: fix memory leak in cls_tcindex
WANG Cong
1
-7
/
+10
2014-09-15
openvswitch: Add recirc and hash action.
Andy Zhou
6
-12
/
+262
2014-09-15
openvswitch: simplify sample action implementation
Andy Zhou
1
-24
/
+18
2014-09-15
openvswitch: Use tun_key only for egress tunnel path.
Pravin B Shelar
8
-47
/
+50
2014-09-15
openvswitch: refactor ovs flow extract API.
Pravin B Shelar
7
-41
/
+71
2014-09-15
openvswitch: Remove pkt_key from OVS_CB
Pravin B Shelar
3
-17
/
+16
2014-09-15
net: dsa: fix mii_bus to host_dev replacement
Florian Fainelli
1
-1
/
+1
2014-09-15
net_sched: use tcindex_filter_result_init()
WANG Cong
1
-4
/
+1
2014-09-15
net_sched: fix suspicious RCU usage in tcindex_classify()
WANG Cong
1
-1
/
+1
2014-09-15
net_sched: fix an allocation bug in tcindex_set_parms()
WANG Cong
1
-1
/
+1
2014-09-15
net_sched: fix suspicious RCU usage in cls_bpf_classify()
WANG Cong
1
-1
/
+1
2014-09-15
dsa: Replace mii_bus with a generic host device
Alexander Duyck
2
-17
/
+9
2014-09-15
dsa: Split ops up, and avoid assigning tag_protocol and receive separately
Alexander Duyck
7
-31
/
+53
2014-09-15
tcp: do not copy headers in tcp_collapse()
Eric Dumazet
1
-15
/
+2
2014-09-15
tcp: allow segment with FIN in tcp_try_coalesce()
Eric Dumazet
2
-4
/
+3
2014-09-15
tcp: use TCP_SKB_CB(skb)->tcp_flags in input path
Eric Dumazet
4
-13
/
+17
2014-09-13
net: bpf: correctly handle errors in sk_attach_filter()
Sasha Levin
1
-2
/
+2
2014-09-13
net: filter: constify detection of pkt_type_offset
Hannes Frederic Sowa
1
-29
/
+2
[next]