summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-03-24net: unix socket code abuses csum_partialAnton Blanchard1-2/+1
2014-03-24mac80211: clear sequence/fragment number in QoS-null framesJohannes Berg2-0/+2
2014-03-24mac80211: fix association to 20/40 MHz VHT networksJohannes Berg1-0/+1
2014-03-24mac80211: don't validate unchanged AP bandwidth while trackingJohannes Berg1-0/+22
2014-03-24mac80211: fix AP powersave TX vs. wakeup raceEmmanuel Grumbach3-4/+22
2014-03-24mac80211: send control port protocol frames to the VO queueFelix Fietkau1-0/+5
2014-03-24net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann1-0/+7
2014-03-24ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointerXin Long1-1/+0
2014-03-24ipv6: ipv6_find_hdr restore prev functionalityHans Schillstrom1-1/+1
2014-03-24sch_tbf: Fix potential memory leak in tbf_change().Hiroaki SHIMODA1-12/+12
2014-03-24ipv4: ipv6: better estimate tunnel header cut for correct ufo handlingHannes Frederic Sowa2-10/+17
2014-03-24ipv6: reuse ip6_frag_id from ip6_ufo_append_dataHannes Frederic Sowa1-1/+1
2014-03-24neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong1-3/+3
2014-03-24net-tcp: fastopen: fix high order allocationsEric Dumazet2-4/+11
2014-03-07SUNRPC: Ensure that gss_auth isn't freed before its upcall messagesTrond Myklebust1-2/+11
2014-03-07SUNRPC: Fix races in xs_nospace()Trond Myklebust1-1/+5
2014-03-07batman-adv: fix potential kernel paging error for unicast transmissionsAntonio Quartulli1-2/+7
2014-03-07batman-adv: avoid double free when orig_node initialization failsAntonio Quartulli1-4/+2
2014-03-07batman-adv: free skb on TVLV parsing successAntonio Quartulli1-0/+2
2014-03-07batman-adv: fix TT CRC computation by ensuring byte orderAntonio Quartulli1-4/+12
2014-03-07batman-adv: fix potential orig_node reference leakSimon Wunderlich1-0/+2
2014-03-07batman-adv: avoid potential race condition when adding a new neighbourAntonio Quartulli3-6/+56
2014-03-07batman-adv: properly check pskb_may_pull return valueAntonio Quartulli1-1/+1
2014-03-07batman-adv: release vlan object after checking the CRCAntonio Quartulli1-1/+5
2014-03-07batman-adv: fix TT-TVLV parsing on OGM receptionAntonio Quartulli1-1/+0
2014-03-07batman-adv: fix soft-interface MTU computationAntonio Quartulli1-8/+14
2014-03-07net: use __GFP_NORETRY for high order allocationsEric Dumazet1-2/+4
2014-03-07net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal2-4/+84
2014-03-07net: core: introduce netif_skb_dev_featuresFlorian Westphal1-10/+12
2014-03-07net: add and use skb_gso_transport_seglen()Florian Westphal2-10/+28
2014-03-07net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann1-9/+32
2014-03-07ipv4: fix counter in_slow_totDuan Jiong1-2/+2
2014-03-07gre: add link local route when local addr is anyNicolas Dichtel1-0/+2
2014-03-07tcp: tsq: fix nonagle handlingJohn Ogness1-2/+11
2014-03-07netpoll: fix netconsole IPv6 setupSabrina Dubroca1-1/+3
2014-03-07net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski1-0/+7
2014-03-07ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven1-1/+2
2014-03-07can: add destructor for self generated skbsOliver Hartkopp2-3/+4
2014-03-07bridge: fix netconsole setup over bridgeCong Wang1-23/+28
2014-03-079p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao1-1/+4
2014-03-076lowpan: fix lockdep splatsEric Dumazet1-0/+20
2014-02-23nl80211: Reset split_start when netlink skb is exhaustedPontus Fuchs1-1/+2
2014-02-23mac80211: fix fragmentation code, particularly for encryptionJohannes Berg1-1/+1
2014-02-23mac80211: Fix IBSS disconnectSujith Manoharan1-4/+1
2014-02-23mac80211: release the channel in error path in start_apEmmanuel Grumbach1-1/+4
2014-02-23mac80211: move roc cookie assignment earlierEliad Peller1-18/+18
2014-02-14sunrpc: don't wait for write before allowing reads from use-gss-proxy fileJeff Layton3-34/+2
2014-02-14sunrpc: Fix infinite loop in RPC state machineWeston Andros Adamson1-2/+6
2014-02-14fuse: fix pipe_buf_operationsMiklos Szeredi1-31/+1
2014-02-06net: gre: use icmp_hdr() to get inner ip headerDuan Jiong1-1/+1