summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-07-30netfilter: nf_ct_sctp: minimal multihoming supportMichal Kubeček
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-29openvswitch: Re-add CONFIG_OPENVSWITCH_VXLANThomas Graf
2015-07-29ipv6: flush nd cache on IFF_NOARP changeEric Dumazet
2015-07-29net: pktgen: Remove unused 'allocated_skbs' fieldBogdan Hamciuc
2015-07-29net: pktgen: Observe needed_headroom of the deviceBogdan Hamciuc
2015-07-29lwtunnel: Make lwtun_encaps[] staticThomas Graf
2015-07-29net: Set sk_txhash from a random numberTom Herbert
2015-07-29tipc: fix bug in broadcast synch message create functionJon Maloy
2015-07-29packet: remove handling of tx_ring from prb_shutdown_retire_blk_timer()Tobias Klauser
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-27lwtunnel: use kfree_skb() instead of vanilla kfree()Dan Carpenter
2015-07-27tcp: tso: allow deferring under reordering stateEric Dumazet
2015-07-27ipv6: Avoid rt6_probe() taking writer lock in the fast pathMartin KaFai Lau
2015-07-27ipv6: Re-arrange code in rt6_probe()Martin KaFai Lau
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca
2015-07-27lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel
2015-07-27ipv6: copy lwtstate in ip6_rt_copy_init()Nicolas Dichtel
2015-07-27ipv6: use lwtunnel_output6() only if flag redirect is setNicolas Dichtel
2015-07-27dev: Spelling fix in commentssubashab@codeaurora.org
2015-07-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-07-26bridge: mdb: notify on router port add and delSatish Ashok
2015-07-26openvswitch: Retrieve tunnel metadata when receiving from vport-netdevThomas Graf
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
2015-07-26inet: frag: don't re-use chainlist for evictorFlorian Westphal
2015-07-26openvswitch: fix compilation when vxlan is a moduleNicolas Dichtel
2015-07-26ipv4: be more aggressive when probing alternative gatewaysJulian Anastasov
2015-07-26ipv6: fix crash over flow-based vxlan deviceWei-Chun Chao
2015-07-26net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warningsDaniel Borkmann
2015-07-26tipc: clean up socket layer message receptionJon Paul Maloy
2015-07-26tipc: introduce new tipc_sk_respond() functionJon Paul Maloy
2015-07-26tipc: let function tipc_msg_reverse() expand header when neededJon Paul Maloy
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-24sch_choke: drop all packets in queue during resetWANG Cong