summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-06-23cfg80211: wext: clear sinfo struct before calling driverJohannes Berg1-0/+2
2015-06-23netlink: Disable insertions/removals during rehashHerbert Xu1-2/+4
2015-06-23bridge: disable softirqs around br_fdb_update to avoid lockupNikolay Aleksandrov1-0/+2
2015-06-23ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()Shawn Bohrer1-3/+15
2015-06-23tcp: fix child sockets to use system default congestion control if not setNeal Cardwell2-2/+8
2015-06-23udp: fix behavior of wrong checksumsEric Dumazet2-8/+4
2015-06-23bridge: fix br_multicast_query_expired() bugEric Dumazet1-1/+1
2015-06-23net_sched: invoke ->attach() after setting dev->qdiscWANG Cong1-4/+6
2015-06-23unix/caif: sk_socket can disappear when state is unlockedMark Salyzyn2-0/+16
2015-06-23bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo1-1/+1
2015-06-23ipv4: Avoid crashing in ip_errorEric W. Biederman1-0/+4
2015-06-23net: sched: fix call_rcu() race on classifier module unloadsDaniel Borkmann1-0/+5
2015-06-23net/ipv6/udp: Fix ipv6 multicast socket filter regressionHenning Rogge1-1/+3
2015-06-23tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot2-2/+2
2015-06-23rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel1-0/+3
2015-06-23netlink: Reset portid after netlink_insert failureHerbert Xu1-0/+1
2015-06-23net: core: Correct an over-stringent device loop detection.Vlad Yasevich1-1/+1
2015-06-23crush: ensuring at most num-rep osds are selectedIlya Dryomov1-4/+12
2015-06-06svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failuresScott Mayhew1-7/+16
2015-06-06mac80211: don't use napi_gro_receive() outside NAPI contextJohannes Berg2-2/+6
2015-06-06mac80211: move WEP tailroom size checkJanusz Dziedzic1-2/+4
2015-06-06Revert "libceph: clear r_req_lru_item in __unregister_linger_request()"Ilya Dryomov1-2/+0
2015-06-06libceph: request a new osdmap if lingering request maps to no osdIlya Dryomov1-11/+20
2015-05-13ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-05-13route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu1-4/+1
2015-05-06netfilter: bridge: really save frag_max_size between PRE and POST_ROUTINGFlorian Westphal1-2/+15
2015-05-06mac80211: send AP probe as unicast againJohannes Berg1-1/+1
2015-05-06net: rfs: fix crash in get_rps_cpus()Eric Dumazet1-6/+6
2015-05-06net: fix crash in build_skb()Eric Dumazet2-13/+24
2015-05-06net: do not deplete pfmemalloc reserveEric Dumazet1-2/+7
2015-05-06tcp: avoid looping in tcp_send_fin()Eric Dumazet1-21/+29
2015-05-06tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet1-1/+19
2015-05-06ip_forward: Drop frames with attached skb->skSebastian Pöhn1-0/+3
2015-04-29skbuff: Do not scrub skb mark within the same name spaceHerbert Xu1-3/+6
2015-04-29Revert "net: Reset secmark when scrubbing packet"Herbert Xu1-1/+0
2015-04-29tcp: tcp_make_synack() should clear skb->tstampEric Dumazet1-0/+2
2015-04-29udptunnels: Call handle_offloads after inserting vlan tag.Jesse Gross1-4/+4
2015-04-07Revert "libceph: use memalloc flags for net IO"Ilya Dryomov1-8/+1
2015-04-07net: dsa: fix filling routing table from OF descriptionPavel Nakonechny1-16/+7
2015-04-06l2tp: unregister l2tp_net_ops on failure pathWANG Cong1-0/+1
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org3-2/+24
2015-04-03netns: don't allocate an id for dead netnsNicolas Dichtel1-1/+3
2015-04-03Revert "netns: don't clear nsid too early on removal"Nicolas Dichtel1-15/+9
2015-04-03ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong1-1/+1
2015-04-03net: move fib_rules_unregister() under rtnl lockWANG Cong6-5/+8
2015-04-03ipv4: take rtnl_lock and mark mrt table as freed on namespace cleanupWANG Cong1-0/+5
2015-04-02tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell1-3/+4
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-28/+55
2015-04-01Merge tag 'mac80211-for-davem-2015-04-01' of git://git.kernel.org/pub/scm/lin...David S. Miller3-5/+12
2015-04-01Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-38/+32