summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-07-31tipc: move received discovery data evaluation inside node.cJon Paul Maloy3-123/+127
2015-07-31tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy3-180/+226
2015-07-31tipc: move protocol message sending away from link FSMJon Paul Maloy3-21/+33
2015-07-31tipc: move link synch and failover to link aggregation levelJon Paul Maloy5-508/+342
2015-07-31tipc: extend node FSMJon Paul Maloy2-11/+92
2015-07-31tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy2-14/+22
2015-07-31tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy5-69/+104
2015-07-31tipc: eliminate function tipc_link_activate()Jon Paul Maloy3-16/+8
2015-07-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller23-214/+461
2015-07-31net: sk_clone_lock() should only do get_net() if the parent is not a kernel s...Sowmini Varadhan1-1/+2
2015-07-31net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu2-9/+17
2015-07-31net: sched: fix refcount imbalance in actionsDaniel Borkmann1-5/+6
2015-07-30Bluetooth: 6lowpan: Fix possible raceAlexander Aring1-10/+13
2015-07-30mac802154: Fix memory corruption with global deferred transmit state.Lennert Buytenhek3-21/+12
2015-07-30Bluetooth: cmtp: Do not use list_for_each_safe when not neededChristophe JAILLET1-4/+4
2015-07-30netfilter: bridge: do not initialize statics to 0 or NULLBernhard Thaler1-3/+3
2015-07-30netfilter: bridge: reduce nf_bridge_info to 32 bytes againFlorian Westphal4-19/+11
2015-07-30Bluetooth: Move create/accept phy link completed callback to amp.cArron Wang2-51/+51
2015-07-30Bluetooth: Move amp assoc read/write completed callback to amp.cArron Wang2-63/+77
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-30act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann1-18/+35
2015-07-30openvswitch: Re-add CONFIG_OPENVSWITCH_VXLANThomas Graf5-200/+235
2015-07-30ipv6: flush nd cache on IFF_NOARP changeEric Dumazet1-0/+6
2015-07-30net: pktgen: Remove unused 'allocated_skbs' fieldBogdan Hamciuc1-2/+0
2015-07-30net: pktgen: Observe needed_headroom of the deviceBogdan Hamciuc1-1/+2
2015-07-30lwtunnel: Make lwtun_encaps[] staticThomas Graf1-1/+1
2015-07-30net: Set sk_txhash from a random numberTom Herbert4-6/+6
2015-07-30tipc: fix bug in broadcast synch message create functionJon Maloy1-0/+3
2015-07-30packet: remove handling of tx_ring from prb_shutdown_retire_blk_timer()Tobias Klauser1-4/+2
2015-07-30bridge: mdb: fix delmdb state in the notificationNikolay Aleksandrov1-0/+1
2015-07-30bridge: 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-29arp: filter NOARP neighbours for SIOCGARPEric Dumazet1-7/+9
2015-07-29net/ipv4: suppress NETDEV_UP notification on address lifetime updateDavid Ward1-1/+0
2015-07-29bridge: 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-28packet: missing dev_put() in packet_do_bind()Lars Westerhoff1-5/+3
2015-07-28SUNRPC: Report TCP errors to the callerTrond Myklebust1-7/+6
2015-07-28fib_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