summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-07-31tipc: use temporary, non-protected skb queue for bundle receptionJon Paul Maloy
2015-07-31tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy
2015-07-31tipc: make resetting of links non-atomicJon Paul Maloy
2015-07-31tipc: move received discovery data evaluation inside node.cJon Paul Maloy
2015-07-31tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy
2015-07-31tipc: move protocol message sending away from link FSMJon Paul Maloy
2015-07-31tipc: move link synch and failover to link aggregation levelJon Paul Maloy
2015-07-31tipc: extend node FSMJon Paul Maloy
2015-07-31tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy
2015-07-31tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy
2015-07-31tipc: 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/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu
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-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-30openvswitch: Re-add CONFIG_OPENVSWITCH_VXLANThomas Graf
2015-07-30net: pktgen: Remove unused 'allocated_skbs' fieldBogdan Hamciuc
2015-07-30net: pktgen: Observe needed_headroom of the deviceBogdan Hamciuc
2015-07-30lwtunnel: Make lwtun_encaps[] staticThomas Graf
2015-07-30net: 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-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-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-27bridge: mdb: notify on router port add and delSatish Ashok
2015-07-27openvswitch: Retrieve tunnel metadata when receiving from vport-netdevThomas Graf
2015-07-27openvswitch: fix compilation when vxlan is a moduleNicolas Dichtel
2015-07-27ipv4: be more aggressive when probing alternative gatewaysJulian Anastasov
2015-07-27ipv6: fix crash over flow-based vxlan deviceWei-Chun Chao
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-25bridge: Fix setting a flag in br_fill_ifvlaninfo_range().Rosen, Rami
2015-07-23Bluetooth: Move IRK checking logic in preparation to new connect methodJakub Pawlowski
2015-07-23Bluetooth: __l2cap_wait_ack() add defensive timeoutDean Jenkins
2015-07-23Bluetooth: __l2cap_wait_ack() use msecs_to_jiffies()Dean Jenkins
2015-07-23Bluetooth: Add BT_DBG to l2cap_sock_shutdown()Dean Jenkins
2015-07-23Bluetooth: Make __l2cap_wait_ack more efficientDean Jenkins