summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2015-08-12net: dsa: Do not override PHY interface if already configuredFlorian Fainelli
2015-08-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-08-10inet: fix possible request socket leakEric Dumazet
2015-08-10inet: fix races with reqsk timersEric Dumazet
2015-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-08-10ipv6: don't reject link-local nexthop on other interfaceFlorian Westphal
2015-08-10netlink: make sure -EBUSY won't escape from netlink_insertDaniel Borkmann
2015-08-10netfilter: SYNPROXY: fix sending window update to clientPhil Sutter
2015-08-10netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter
2015-08-07Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2015-08-06bridge: netlink: account for the IFLA_BRPORT_PROXYARP_WIFI attribute size and...Nikolay Aleksandrov
2015-08-06bridge: netlink: account for the IFLA_BRPORT_PROXYARP attribute size and policyNikolay Aleksandrov
2015-08-06net: pktgen: don't abuse current->state in pktgen_thread_worker()Oleg Nesterov
2015-08-06net: Fix skb_set_peeked use-after-free bugHerbert Xu
2015-08-06Bluetooth: fix MGMT_EV_NEW_LONG_TERM_KEY eventJakub Pawlowski
2015-08-05netfilter: conntrack: Use flags in nf_ct_tmpl_alloc()Joe Stringer
2015-08-05batman-adv: initialize up/down values when adding a gatewaySimon Wunderlich
2015-08-05batman-adv: protect tt_local_entry from concurrent delete eventsMarek Lindner
2015-08-05batman-adv: fix kernel crash due to missing NULL checksMarek Lindner
2015-08-05batman-adv: avoid DAT to mess up LAN stateAntonio Quartulli
2015-08-03udp: fix dst races with multicast early demuxEric Dumazet
2015-08-03rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter
2015-08-03act_mirred: avoid calling tcf_hash_release() when bindingWANG Cong
2015-08-03openvswitch: Fix L4 checksum handling when dealing with IP fragmentsGlenn Griffin
2015-08-02fq_codel: explicitly reset flows in ->reset()Eric Dumazet
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-07-31act_pedit: check binding before calling tcf_hash_release()WANG Cong
2015-07-30net: sk_clone_lock() should only do get_net() if the parent is not a kernel s...Sowmini Varadhan
2015-07-30net: sched: fix refcount imbalance in actionsDaniel Borkmann
2015-07-30netfilter: nf_conntrack: checking for IS_ERR() instead of NULLDan Carpenter
2015-07-30netfilter: nf_conntrack: silence warning on falling back to vmalloc()Pablo Neira Ayuso
2015-07-29act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann
2015-07-29ipv6: flush nd cache on IFF_NOARP changeEric Dumazet
2015-07-29bridge: mdb: fix delmdb state in the notificationNikolay Aleksandrov
2015-07-29bridge: mcast: give fast leave precedence over multicast router and querierSatish Ashok
2015-07-29bridge: Fix network header pointer for vlan tagged packetsToshiaki Makita
2015-07-29packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov
2015-07-28arp: filter NOARP neighbours for SIOCGARPEric Dumazet
2015-07-28net/ipv4: suppress NETDEV_UP notification on address lifetime updateDavid Ward
2015-07-28bridge: stp: when using userspace stp stop kernel hello and hold timersNikolay Aleksandrov
2015-07-28Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-07-27packet: missing dev_put() in packet_do_bind()Lars Westerhoff
2015-07-27SUNRPC: Report TCP errors to the callerTrond Myklebust
2015-07-27fib_trie: Drop unnecessary calls to leaf_pull_suffixAlexander Duyck
2015-07-27sunrpc: translate -EAGAIN to -ENOBUFS when socket is writable.NeilBrown
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca
2015-07-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-07-26inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov
2015-07-26inet: frag: don't wait for timer deletion when evictingFlorian Westphal
2015-07-26inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal