summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mm: make page pfmemalloc check more robustMichal Hocko2015-08-211-1/+1
* batman-adv: Fix memory leak on tt add with invalid vlanSven Eckelmann2015-08-191-1/+4
* ipv6: Fix a potential deadlock when creating pcpu rtMartin KaFai Lau2015-08-172-11/+35
* ipv6: Add rt6_make_pcpu_route()Martin KaFai Lau2015-08-171-4/+16
* ipv6: Remove un-used argument from ip6_dst_alloc()Martin KaFai Lau2015-08-171-12/+9Star
* Merge tag 'mac80211-for-davem-2015-08-14' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-08-171-5/+6
|\
| * mac80211: fix invalid read in minstrel_sort_best_tp_rates()Adrien Schildknecht2015-08-131-5/+6
* | Revert "net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN"Calvin Owens2015-08-171-6/+4Star
* | inet: fix potential deadlock in reqsk_queue_unlink()Eric Dumazet2015-08-141-1/+1
* | ipv4: off-by-one in continuation handling in /proc/net/routeAndy Whitcroft2015-08-141-1/+1
* | net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing2015-08-144-51/+56
* | net: dsa: Do not override PHY interface if already configuredFlorian Fainelli2015-08-121-1/+2
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-08-111-1/+1
|\ \
| * | Bluetooth: fix MGMT_EV_NEW_LONG_TERM_KEY eventJakub Pawlowski2015-08-061-1/+1
* | | inet: fix possible request socket leakEric Dumazet2015-08-112-2/+2
* | | inet: fix races with reqsk timersEric Dumazet2015-08-112-2/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-08-115-19/+20
|\ \ \
| * | | netfilter: SYNPROXY: fix sending window update to clientPhil Sutter2015-08-102-2/+4
| * | | netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter2015-08-101-8/+10
| * | | netfilter: conntrack: Use flags in nf_ct_tmpl_alloc()Joe Stringer2015-08-051-2/+2
| * | | netfilter: nf_conntrack: checking for IS_ERR() instead of NULLDan Carpenter2015-07-302-5/+4Star
| * | | netfilter: nf_conntrack: silence warning on falling back to vmalloc()Pablo Neira Ayuso2015-07-301-3/+1Star
* | | | ipv6: don't reject link-local nexthop on other interfaceFlorian Westphal2015-08-101-2/+4
* | | | netlink: make sure -EBUSY won't escape from netlink_insertDaniel Borkmann2015-08-101-0/+5
* | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2015-08-084-10/+42
|\ \ \ \
| * | | | batman-adv: initialize up/down values when adding a gatewaySimon Wunderlich2015-08-051-0/+2
| * | | | batman-adv: protect tt_local_entry from concurrent delete eventsMarek Lindner2015-08-051-1/+10
| * | | | batman-adv: fix kernel crash due to missing NULL checksMarek Lindner2015-08-052-4/+17
| * | | | batman-adv: avoid DAT to mess up LAN stateAntonio Quartulli2015-08-051-5/+13
| | |/ / | |/| |
* | | | bridge: netlink: account for the IFLA_BRPORT_PROXYARP_WIFI attribute size and...Nikolay Aleksandrov2015-08-071-0/+2
* | | | bridge: netlink: account for the IFLA_BRPORT_PROXYARP attribute size and policyNikolay Aleksandrov2015-08-071-0/+2
* | | | net: pktgen: don't abuse current->state in pktgen_thread_worker()Oleg Nesterov2015-08-071-3/+0Star
* | | | net: Fix skb_set_peeked use-after-free bugHerbert Xu2015-08-071-6/+7
|/ / /
* | | udp: fix dst races with multicast early demuxEric Dumazet2015-08-041-3/+10
* | | rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter2015-08-041-1/+1
* | | act_mirred: avoid calling tcf_hash_release() when bindingWANG Cong2015-08-031-0/+2
* | | openvswitch: Fix L4 checksum handling when dealing with IP fragmentsGlenn Griffin2015-08-031-4/+12
* | | fq_codel: explicitly reset flows in ->reset()Eric Dumazet2015-08-031-3/+19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-08-0143-228/+402
|\ \ \
| * | | act_pedit: check binding before calling tcf_hash_release()WANG Cong2015-08-011-3/+2Star
| * | | net: sk_clone_lock() should only do get_net() if the parent is not a kernel s...Sowmini Varadhan2015-07-311-1/+2
| * | | net: sched: fix refcount imbalance in actionsDaniel Borkmann2015-07-301-5/+6
| |/ /
| * | act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann2015-07-301-18/+35
| * | ipv6: flush nd cache on IFF_NOARP changeEric Dumazet2015-07-301-0/+6
| * | bridge: mdb: fix delmdb state in the notificationNikolay Aleksandrov2015-07-301-0/+1
| * | bridge: mcast: give fast leave precedence over multicast router and querierSatish Ashok2015-07-291-24/+26
| * | bridge: Fix network header pointer for vlan tagged packetsToshiaki Makita2015-07-291-7/+22
| * | packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov2015-07-291-1/+2
| * | arp: filter NOARP neighbours for SIOCGARPEric Dumazet2015-07-291-7/+9
| * | net/ipv4: suppress NETDEV_UP notification on address lifetime updateDavid Ward2015-07-291-1/+0Star