summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-08-07bridge: netlink: account for the IFLA_BRPORT_PROXYARP_WIFI attribute size and...Nikolay Aleksandrov
2015-08-07bridge: netlink: account for the IFLA_BRPORT_PROXYARP attribute size and policyNikolay Aleksandrov
2015-08-07net: pktgen: don't abuse current->state in pktgen_thread_worker()Oleg Nesterov
2015-08-07net: Fix skb_set_peeked use-after-free bugHerbert Xu
2015-08-04udp: 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-03fq_codel: explicitly reset flows in ->reset()Eric Dumazet
2015-08-01Merge 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-30act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann
2015-07-30ipv6: 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-29arp: filter NOARP neighbours for SIOCGARPEric Dumazet
2015-07-29net/ipv4: suppress NETDEV_UP notification on address lifetime updateDavid Ward
2015-07-29bridge: 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-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-07-27inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov
2015-07-27inet: frag: don't wait for timer deletion when evictingFlorian Westphal
2015-07-27inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal
2015-07-27inet: frag: don't re-use chainlist for evictorFlorian Westphal
2015-07-26net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warningsDaniel Borkmann
2015-07-26bridge: netlink: fix slave_changelink/br_setport race conditionsNikolay Aleksandrov
2015-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-07-25cgroup: net_cls: fix false-positive "suspicious RCU usage"Konstantin Khlebnikov
2015-07-25sch_choke: drop all packets in queue during resetWANG Cong
2015-07-25sch_plug: purge buffered packets during resetWANG Cong
2015-07-25ipv4: consider TOS in fib_select_defaultJulian Anastasov
2015-07-25ipv4: fib_select_default should match the prefixJulian Anastasov
2015-07-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2015-07-23Bluetooth: Fix NULL pointer dereference in smp_conn_securityJohan Hedberg
2015-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-07-22SUNRPC: xprt_complete_bc_request must also decrement the free slot countTrond Myklebust
2015-07-22SUNRPC: Fix a backchannel deadlockTrond Myklebust
2015-07-22netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer
2015-07-22openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodesChris J Arges
2015-07-22netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal
2015-07-22tcp: suppress a division by zero warningEric Dumazet