summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-03-24net: unix socket code abuses csum_partialAnton Blanchard
2014-03-22mac80211: clear sequence/fragment number in QoS-null framesJohannes Berg
2014-03-22mac80211: fix association to 20/40 MHz VHT networksJohannes Berg
2014-03-22mac80211: don't validate unchanged AP bandwidth while trackingJohannes Berg
2014-03-22mac80211: fix AP powersave TX vs. wakeup raceEmmanuel Grumbach
2014-03-22mac80211: send control port protocol frames to the VO queueFelix Fietkau
2014-03-14tcp: syncookies: reduce mss table to four valuesFlorian Westphal
2014-03-14tcp: syncookies: reduce cookie lifetime to 128 secondsFlorian Westphal
2014-03-14xfrm: prevent ipcomp scratch buffer race conditionMichal Kubecek
2014-03-13net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann
2014-03-13ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointerXin Long
2014-03-13ipv6: ipv6_find_hdr restore prev functionalityHans Schillstrom
2014-03-13ipv6: reuse ip6_frag_id from ip6_ufo_append_dataHannes Frederic Sowa
2014-03-13neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong
2014-03-13net-tcp: fastopen: fix high order allocationsEric Dumazet
2014-03-12SUNRPC: close a rare race in xs_tcp_setup_socket.NeilBrown
2014-03-05SUNRPC: Ensure that gss_auth isn't freed before its upcall messagesTrond Myklebust
2014-03-05SUNRPC: Fix races in xs_nospace()Trond Myklebust
2014-02-26net: use __GFP_NORETRY for high order allocationsEric Dumazet
2014-02-26net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal
2014-02-26net: core: introduce netif_skb_dev_featuresFlorian Westphal
2014-02-26net: add and use skb_gso_transport_seglen()Florian Westphal
2014-02-26net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann
2014-02-26ipv4: fix counter in_slow_totDuan Jiong
2014-02-26tcp: tsq: fix nonagle handlingJohn Ogness
2014-02-26netpoll: fix netconsole IPv6 setupSabrina Dubroca
2014-02-26net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski
2014-02-26ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven
2014-02-26can: add destructor for self generated skbsOliver Hartkopp
2014-02-26bridge: fix netconsole setup over bridgeCong Wang
2014-02-269p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao
2014-02-266lowpan: fix lockdep splatsEric Dumazet
2014-02-22nl80211: Reset split_start when netlink skb is exhaustedPontus Fuchs
2014-02-22mac80211: fix fragmentation code, particularly for encryptionJohannes Berg
2014-02-22mac80211: release the channel in error path in start_apEmmanuel Grumbach
2014-02-22mac80211: move roc cookie assignment earlierEliad Peller
2014-02-13sunrpc: don't wait for write before allowing reads from use-gss-proxy fileJeff Layton
2014-02-13sunrpc: Fix infinite loop in RPC state machineWeston Andros Adamson
2014-02-13fuse: fix pipe_buf_operationsMiklos Szeredi
2014-02-06inet_diag: fix inet_diag_dump_icsk() timewait socket state logicNeal Cardwell
2014-02-06net: gre: use icmp_hdr() to get inner ip headerDuan Jiong
2014-02-06net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger
2014-02-06fib_frontend: fix possible NULL pointer dereferenceOliver Hartkopp
2014-02-06ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is calledDuan Jiong
2014-02-06bpf: do not use reciprocal divideEric Dumazet
2014-02-06tcp: metrics: Avoid duplicate entries with the same destination-IPChristoph Paasch
2014-02-06net: rds: fix per-cpu helper usageGerald Schaefer
2014-02-06net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa
2014-02-06ieee802154: Fix memory leak in ieee802154_add_iface()Christian Engelmayer
2014-02-06x86, x32: Correct invalid use of user timespec in the kernelPaX Team