summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * bridge: stp: when using userspace stp stop kernel hello and hold timersNikolay Aleksandrov2015-07-293-4/+18
| * packet: missing dev_put() in packet_do_bind()Lars Westerhoff2015-07-281-5/+3Star
| * fib_trie: Drop unnecessary calls to leaf_pull_suffixAlexander Duyck2015-07-271-4/+0Star
| * tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca2015-07-274-9/+13
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-07-271-0/+4
| |\
| | * Bluetooth: Fix NULL pointer dereference in smp_conn_securityJohan Hedberg2015-07-231-0/+4
| * | inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov2015-07-273-3/+2Star
| * | inet: frag: don't wait for timer deletion when evictingFlorian Westphal2015-07-271-18/+11Star
| * | inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal2015-07-275-16/+16
| * | inet: frag: don't re-use chainlist for evictorFlorian Westphal2015-07-271-5/+3Star
| * | net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warningsDaniel Borkmann2015-07-271-6/+0Star