summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-07-30tipc: make resetting of links non-atomicJon Paul Maloy
2015-07-30tipc: move received discovery data evaluation inside node.cJon Paul Maloy
2015-07-30tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy
2015-07-30tipc: move protocol message sending away from link FSMJon Paul Maloy
2015-07-30tipc: move link synch and failover to link aggregation levelJon Paul Maloy
2015-07-30tipc: extend node FSMJon Paul Maloy
2015-07-30tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy
2015-07-30tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy
2015-07-30tipc: eliminate function tipc_link_activate()Jon Paul Maloy
2015-07-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-07-30net: sk_clone_lock() should only do get_net() if the parent is not a kernel s...Sowmini Varadhan
2015-07-30net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu
2015-07-30net: sched: fix refcount imbalance in actionsDaniel Borkmann
2015-07-30Bluetooth: 6lowpan: Fix possible raceAlexander Aring
2015-07-30mac802154: Fix memory corruption with global deferred transmit state.Lennert Buytenhek
2015-07-30Bluetooth: cmtp: Do not use list_for_each_safe when not neededChristophe JAILLET
2015-07-30netfilter: bridge: do not initialize statics to 0 or NULLBernhard Thaler
2015-07-30netfilter: bridge: reduce nf_bridge_info to 32 bytes againFlorian Westphal
2015-07-30Bluetooth: Move create/accept phy link completed callback to amp.cArron Wang
2015-07-30Bluetooth: Move amp assoc read/write completed callback to amp.cArron Wang
2015-07-30Bluetooth: Move get info completed callback to a2mp.cArron Wang
2015-07-30Bluetooth: Move high speed specific event under BT_HS optionArron Wang
2015-07-30Bluetooth: Add BT_HS config optionArron Wang
2015-07-30netfilter: nf_ct_sctp: minimal multihoming supportMichal Kubeček
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