summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-11-04net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcbDaniel Borkmann
2013-11-02net: flow_dissector: fail on evil iph->ihlJason Wang
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-11-01xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert
2013-10-29bridge: pass correct vlan id to multicast codeVlad Yasevich
2013-10-29Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller
2013-10-29net: x25: Fix dead URLs in KconfigMichael Drüing
2013-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-10-29netfilter: xt_NFQUEUE: fix --queue-bypass regressionHolger Eitzenberger
2013-10-29tcp: gso: fix truesize trackingEric Dumazet
2013-10-28xfrm: Increase the garbage collector thresholdSteffen Klassert
2013-10-28pkt_sched: fq: clear time_next_packet for reused flowsEric Dumazet
2013-10-27tcp: do not rearm RTO when future data are sackedYuchung Cheng
2013-10-27tcp: only take RTT from timestamps if new data is ackedYuchung Cheng
2013-10-27tcp: fix SYNACK RTT estimation in Fast OpenYuchung Cheng
2013-10-25ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa
2013-10-25netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli
2013-10-23net: sctp: fix ASCONF to allow non SCTP_ADDR_SRC addresses in ipv6Daniel Borkmann
2013-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-10-22Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing
2013-10-22netfilter: x_tables: fix ordering of jumpstack allocation and table updateWill Deacon
2013-10-21tcp: initialize passive-side sk_pacing_rate after 3WHSNeal Cardwell
2013-10-21ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa
2013-10-21netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helperJulian Anastasov
2013-10-21ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov
2013-10-19ip_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko
2013-10-19ip6_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko
2013-10-19udp6: respect IPV6_DONTFRAG sockopt in case there are pending framesJiri Pirko
2013-10-19net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann
2013-10-18bridge: Fix updating FDB entries when the PVID is appliedToshiaki Makita
2013-10-18bridge: Fix the way the PVID is referencedToshiaki Makita
2013-10-18bridge: Apply the PVID to priority-tagged framesToshiaki Makita
2013-10-18bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita
2013-10-18xfrm: prevent ipcomp scratch buffer race conditionMichal Kubecek
2013-10-17bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich
2013-10-17tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs()Eric Dumazet
2013-10-17tcp: must unclone packets before mangling themEric Dumazet
2013-10-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-10-17tcp: fix incorrect ca_state in tail loss probeYuchung Cheng
2013-10-17sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich
2013-10-17sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du
2013-10-16openvswitch: fix vport-netdev unregisterAlexei Starovoitov
2013-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-10-14Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-10-14mac80211: fix crash if bitrate calculation goes wrongJohannes Berg
2013-10-14wireless: radiotap: fix parsing buffer overrunJohannes Berg
2013-10-11ipv6: Initialize ip6_tnl.hlen in gre tunnel even if no route is foundOussama Ghorbel
2013-10-11netem: free skb's in tree on resetstephen hemminger
2013-10-11netem: update backlog after dropstephen hemminger
2013-10-11l2tp: must disable bh before calling l2tp_xmit_skb()Eric Dumazet