summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-07-30Bluetooth: Move get info completed callback to a2mp.cArron Wang2-5/+17
2015-07-30Bluetooth: Move high speed specific event under BT_HS optionArron Wang1-20/+24
2015-07-30Bluetooth: Add BT_HS config optionArron Wang4-1/+40
2015-07-30netfilter: nf_ct_sctp: minimal multihoming supportMichal Kubeček1-24/+77
2015-07-29act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann1-18/+35
2015-07-29openvswitch: Re-add CONFIG_OPENVSWITCH_VXLANThomas Graf5-200/+235
2015-07-29ipv6: flush nd cache on IFF_NOARP changeEric Dumazet1-0/+6
2015-07-29net: pktgen: Remove unused 'allocated_skbs' fieldBogdan Hamciuc1-2/+0
2015-07-29net: pktgen: Observe needed_headroom of the deviceBogdan Hamciuc1-1/+2
2015-07-29lwtunnel: Make lwtun_encaps[] staticThomas Graf1-1/+1
2015-07-29net: Set sk_txhash from a random numberTom Herbert4-6/+6
2015-07-29tipc: fix bug in broadcast synch message create functionJon Maloy1-0/+3
2015-07-29packet: remove handling of tx_ring from prb_shutdown_retire_blk_timer()Tobias Klauser1-4/+2
2015-07-29bridge: mdb: fix delmdb state in the notificationNikolay Aleksandrov1-0/+1
2015-07-29bridge: mcast: give fast leave precedence over multicast router and querierSatish Ashok1-24/+26
2015-07-29bridge: Fix network header pointer for vlan tagged packetsToshiaki Makita1-7/+22
2015-07-29packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov1-1/+2
2015-07-28arp: filter NOARP neighbours for SIOCGARPEric Dumazet1-7/+9
2015-07-28net/ipv4: suppress NETDEV_UP notification on address lifetime updateDavid Ward1-1/+0
2015-07-28bridge: stp: when using userspace stp stop kernel hello and hold timersNikolay Aleksandrov3-4/+18
2015-07-28Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-13/+23
2015-07-27packet: missing dev_put() in packet_do_bind()Lars Westerhoff1-5/+3
2015-07-27SUNRPC: Report TCP errors to the callerTrond Myklebust1-7/+6
2015-07-27fib_trie: Drop unnecessary calls to leaf_pull_suffixAlexander Duyck1-4/+0
2015-07-27sunrpc: translate -EAGAIN to -ENOBUFS when socket is writable.NeilBrown1-0/+9
2015-07-27lwtunnel: use kfree_skb() instead of vanilla kfree()Dan Carpenter1-1/+1
2015-07-27tcp: tso: allow deferring under reordering stateEric Dumazet1-1/+1
2015-07-27ipv6: Avoid rt6_probe() taking writer lock in the fast pathMartin KaFai Lau1-0/+4
2015-07-27ipv6: Re-arrange code in rt6_probe()Martin KaFai Lau1-24/+20
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca4-9/+13
2015-07-27lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel4-19/+9
2015-07-27ipv6: copy lwtstate in ip6_rt_copy_init()Nicolas Dichtel1-0/+4
2015-07-27ipv6: use lwtunnel_output6() only if flag redirect is setNicolas Dichtel1-1/+2
2015-07-27dev: Spelling fix in commentssubashab@codeaurora.org1-2/+2
2015-07-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-0/+4
2015-07-26bridge: mdb: notify on router port add and delSatish Ashok3-2/+77
2015-07-26openvswitch: Retrieve tunnel metadata when receiving from vport-netdevThomas Graf1-1/+1
2015-07-26inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov3-3/+2
2015-07-26inet: frag: don't wait for timer deletion when evictingFlorian Westphal1-18/+11
2015-07-26inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal5-16/+16
2015-07-26inet: frag: don't re-use chainlist for evictorFlorian Westphal1-5/+3
2015-07-26openvswitch: fix compilation when vxlan is a moduleNicolas Dichtel1-0/+1
2015-07-26ipv4: be more aggressive when probing alternative gatewaysJulian Anastasov1-1/+3
2015-07-26ipv6: fix crash over flow-based vxlan deviceWei-Chun Chao1-2/+3
2015-07-26net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warningsDaniel Borkmann1-6/+0
2015-07-26tipc: clean up socket layer message receptionJon Paul Maloy4-146/+134
2015-07-26tipc: introduce new tipc_sk_respond() functionJon Paul Maloy3-39/+47
2015-07-26tipc: let function tipc_msg_reverse() expand header when neededJon Paul Maloy3-34/+48
2015-07-26bridge: netlink: fix slave_changelink/br_setport race conditionsNikolay Aleksandrov1-1/+9
2015-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller11-77/+163