summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: wext: clear sinfo struct before calling driverJohannes Berg2015-06-221-0/+2
* netlink: Disable insertions/removals during rehashHerbert Xu2015-06-221-2/+4
* bridge: disable softirqs around br_fdb_update to avoid lockupNikolay Aleksandrov2015-06-221-0/+2
* ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()Shawn Bohrer2015-06-221-3/+15
* tcp: fix child sockets to use system default congestion control if not setNeal Cardwell2015-06-222-2/+8
* udp: fix behavior of wrong checksumsEric Dumazet2015-06-222-8/+4
* bridge: fix br_multicast_query_expired() bugEric Dumazet2015-06-221-1/+1
* net_sched: invoke ->attach() after setting dev->qdiscWANG Cong2015-06-221-4/+6
* unix/caif: sk_socket can disappear when state is unlockedMark Salyzyn2015-06-222-0/+16
* bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo2015-06-221-1/+1
* ipv4: Avoid crashing in ip_errorEric W. Biederman2015-06-221-0/+4
* net: sched: fix call_rcu() race on classifier module unloadsDaniel Borkmann2015-06-221-0/+5
* net/ipv6/udp: Fix ipv6 multicast socket filter regressionHenning Rogge2015-06-221-1/+3
* tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot2015-06-222-2/+2
* rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel2015-06-221-0/+3
* netlink: Reset portid after netlink_insert failureHerbert Xu2015-06-221-0/+1
* net: core: Correct an over-stringent device loop detection.Vlad Yasevich2015-06-221-1/+1
* crush: ensuring at most num-rep osds are selectedIlya Dryomov2015-06-221-4/+12
* svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failuresScott Mayhew2015-06-061-7/+16
* mac80211: don't use napi_gro_receive() outside NAPI contextJohannes Berg2015-06-062-2/+6
* mac80211: move WEP tailroom size checkJanusz Dziedzic2015-06-061-2/+4
* Revert "libceph: clear r_req_lru_item in __unregister_linger_request()"Ilya Dryomov2015-06-061-2/+0
* libceph: request a new osdmap if lingering request maps to no osdIlya Dryomov2015-06-061-11/+20
* ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-05-131-0/+1
* route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu2015-05-131-4/+1
* netfilter: bridge: really save frag_max_size between PRE and POST_ROUTINGFlorian Westphal2015-05-061-2/+15
* mac80211: send AP probe as unicast againJohannes Berg2015-05-061-1/+1
* net: rfs: fix crash in get_rps_cpus()Eric Dumazet2015-05-061-6/+6
* net: fix crash in build_skb()Eric Dumazet2015-05-062-13/+24
* net: do not deplete pfmemalloc reserveEric Dumazet2015-05-061-2/+7
* tcp: avoid looping in tcp_send_fin()Eric Dumazet2015-05-061-21/+29
* tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet2015-05-061-1/+19
* ip_forward: Drop frames with attached skb->skSebastian Pöhn2015-05-061-0/+3
* skbuff: Do not scrub skb mark within the same name spaceHerbert Xu2015-04-291-3/+6
* Revert "net: Reset secmark when scrubbing packet"Herbert Xu2015-04-291-1/+0
* tcp: tcp_make_synack() should clear skb->tstampEric Dumazet2015-04-291-0/+2
* udptunnels: Call handle_offloads after inserting vlan tag.Jesse Gross2015-04-291-4/+4
* Revert "libceph: use memalloc flags for net IO"Ilya Dryomov2015-04-071-8/+1
* net: dsa: fix filling routing table from OF descriptionPavel Nakonechny2015-04-061-16/+7
* l2tp: unregister l2tp_net_ops on failure pathWANG Cong2015-04-061-0/+1
* ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-063-2/+24
* netns: don't allocate an id for dead netnsNicolas Dichtel2015-04-031-1/+3
* Revert "netns: don't clear nsid too early on removal"Nicolas Dichtel2015-04-031-15/+9
* ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong2015-04-021-1/+1
* net: move fib_rules_unregister() under rtnl lockWANG Cong2015-04-026-5/+8
* ipv4: take rtnl_lock and mark mrt table as freed on namespace cleanupWANG Cong2015-04-021-0/+5
* tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell2015-04-021-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-0213-28/+55
|\
| * Merge tag 'mac80211-for-davem-2015-04-01' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-04-013-5/+12
| |\
| | * mac80211: fix RX A-MPDU session reorder timer deletionJohannes Berg2015-04-013-5/+12