aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-10-22Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing
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-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-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
2013-10-11vti: get rid of nf mark rule in preroutingChristophe Gouault
2013-10-11bridge: update mdb expiration timer upon reports.Vlad Yasevich
2013-10-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-10-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-10-09net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedFabio Estevam
2013-10-09cfg80211: don't add p2p device while in RFKILLEmmanuel Grumbach
2013-10-09mac80211: correctly close cancelled scansEmmanuel Grumbach
2013-10-08pkt_sched: fq: fix non TCP flows pacingEric Dumazet
2013-10-08net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde
2013-10-08pkt_sched: fq: fix typo for initial_quantumEric Dumazet
2013-10-08ipv6: Fix the upper MTU limit in GRE tunnelOussama Ghorbel
2013-10-08l2tp: Fix build warning with ipv6 disabled.David S. Miller
2013-10-086lowpan: Sync default hardware address of lowpan links to their wpanAlan Ott
2013-10-086lowpan: Only make 6lowpan links to IEEE802154 devicesAlan Ott
2013-10-08xfrm: check for a vaild skb in xfrm_policy_queue_processSteffen Klassert
2013-10-08xfrm: Add refcount handling to queued policiesSteffen Klassert
2013-10-07net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman
2013-10-07ipv4: fix ineffective source address selectionJiri Benc
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov
2013-10-07ipv6: Allow the MTU of ipip6 tunnel to be set below 1280Oussama Ghorbel
2013-10-07netif_set_xps_queue: make cpu mask constMichael S. Tsirkin
2013-10-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet