Age | Commit message (Expand) | Author | Files | Lines |
2013-11-04 | net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcb | Daniel Borkmann | 1 | -1/+0 |
2013-11-02 | net: flow_dissector: fail on evil iph->ihl | Jason Wang | 1 | -1/+1 |
2013-11-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 3 | -10/+18 |
2013-11-01 | xfrm: Fix null pointer dereference when decoding sessions | Steffen Klassert | 2 | -2/+10 |
2013-10-29 | bridge: pass correct vlan id to multicast code | Vlad Yasevich | 4 | -29/+25 |
2013-10-29 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o... | David S. Miller | 3 | -5/+19 |
2013-10-29 | net: x25: Fix dead URLs in Kconfig | Michael Drüing | 1 | -2/+2 |
2013-10-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -1/+6 |
2013-10-29 | netfilter: xt_NFQUEUE: fix --queue-bypass regression | Holger Eitzenberger | 1 | -1/+6 |
2013-10-29 | tcp: gso: fix truesize tracking | Eric Dumazet | 1 | -8/+5 |
2013-10-28 | xfrm: Increase the garbage collector threshold | Steffen Klassert | 2 | -2/+2 |
2013-10-28 | pkt_sched: fq: clear time_next_packet for reused flows | Eric Dumazet | 1 | -0/+1 |
2013-10-27 | tcp: do not rearm RTO when future data are sacked | Yuchung Cheng | 1 | -3/+10 |
2013-10-27 | tcp: only take RTT from timestamps if new data is acked | Yuchung Cheng | 1 | -1/+2 |
2013-10-27 | tcp: fix SYNACK RTT estimation in Fast Open | Yuchung Cheng | 1 | -5/+13 |
2013-10-25 | ipv6: ip6_dst_check needs to check for expired dst_entries | Hannes Frederic Sowa | 1 | -3/+6 |
2013-10-25 | netpoll: fix rx_hook() interface by passing the skb | Antonio Quartulli | 1 | -13/+18 |
2013-10-23 | net: sctp: fix ASCONF to allow non SCTP_ADDR_SRC addresses in ipv6 | Daniel Borkmann | 1 | -1/+3 |
2013-10-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 6 | -13/+25 |
2013-10-22 | Revert "bridge: only expire the mdb entry when query is received" | Linus Lüssing | 3 | -22/+28 |
2013-10-22 | netfilter: x_tables: fix ordering of jumpstack allocation and table update | Will Deacon | 4 | -1/+21 |
2013-10-21 | tcp: initialize passive-side sk_pacing_rate after 3WHS | Neal Cardwell | 1 | -0/+2 |
2013-10-21 | ipv6: probe routes asynchronous in rt6_probe | Hannes Frederic Sowa | 1 | -7/+31 |
2013-10-21 | netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helper | Julian Anastasov | 1 | -2/+2 |
2013-10-21 | ipv6: fill rt6i_gateway with nexthop address | Julian Anastasov | 2 | -4/+8 |
2013-10-19 | ip_output: do skb ufo init for peeked non ufo skb as well | Jiri Pirko | 1 | -4/+9 |
2013-10-19 | ip6_output: do skb ufo init for peeked non ufo skb as well | Jiri Pirko | 1 | -11/+14 |
2013-10-19 | udp6: respect IPV6_DONTFRAG sockopt in case there are pending frames | Jiri Pirko | 1 | -3/+2 |
2013-10-19 | net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix race | Daniel Borkmann | 1 | -0/+10 |
2013-10-18 | bridge: Fix updating FDB entries when the PVID is applied | Toshiaki Makita | 1 | -0/+1 |
2013-10-18 | bridge: Fix the way the PVID is referenced | Toshiaki Makita | 1 | -3/+1 |
2013-10-18 | bridge: Apply the PVID to priority-tagged frames | Toshiaki Makita | 1 | -7/+20 |
2013-10-18 | bridge: Don't use VID 0 and 4095 in vlan filtering | Toshiaki Makita | 3 | -54/+49 |
2013-10-18 | xfrm: prevent ipcomp scratch buffer race condition | Michal Kubecek | 1 | -6/+6 |
2013-10-17 | bridge: Correctly clamp MAX forward_delay when enabling STP | Vlad Yasevich | 1 | -1/+1 |
2013-10-17 | tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs() | Eric Dumazet | 1 | -2/+1 |
2013-10-17 | tcp: must unclone packets before mangling them | Eric Dumazet | 1 | -3/+6 |
2013-10-17 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 10 | -5/+43 |
2013-10-17 | tcp: fix incorrect ca_state in tail loss probe | Yuchung Cheng | 1 | -1/+1 |
2013-10-17 | sctp: Perform software checksum if packet has to be fragmented. | Vlad Yasevich | 1 | -1/+1 |
2013-10-17 | sctp: Use software crc32 checksum when xfrm transform will happen. | Fan Du | 1 | -1/+2 |
2013-10-16 | openvswitch: fix vport-netdev unregister | Alexei Starovoitov | 3 | -5/+19 |
2013-10-15 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 10 | -5/+43 |
2013-10-14 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 6 | -3/+35 |
2013-10-14 | mac80211: fix crash if bitrate calculation goes wrong | Johannes Berg | 1 | -0/+4 |
2013-10-14 | wireless: radiotap: fix parsing buffer overrun | Johannes Berg | 1 | -1/+6 |
2013-10-11 | ipv6: Initialize ip6_tnl.hlen in gre tunnel even if no route is found | Oussama Ghorbel | 1 | -2/+1 |
2013-10-11 | netem: free skb's in tree on reset | stephen hemminger | 1 | -0/+16 |
2013-10-11 | netem: update backlog after drop | stephen hemminger | 1 | -0/+1 |
2013-10-11 | l2tp: must disable bh before calling l2tp_xmit_skb() | Eric Dumazet | 1 | -0/+4 |