summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* br2684: Remove unnecessary formatting macros b1 and bsJoe Perches2015-07-311-6/+3
* af_mpls: fix undefined reference to ip6_route_outputRoopa Prabhu2015-07-311-8/+33
* ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu2015-07-314-11/+21
* bpf: add helpers to access tunnel metadataAlexei Starovoitov2015-07-312-6/+106
* tipc: clean up link creationJon Paul Maloy2015-07-304-121/+86
* tipc: use temporary, non-protected skb queue for bundle receptionJon Paul Maloy2015-07-301-15/+19
* tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy2015-07-304-63/+10
* tipc: make resetting of links non-atomicJon Paul Maloy2015-07-303-70/+127
* tipc: move received discovery data evaluation inside node.cJon Paul Maloy2015-07-303-123/+127
* tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy2015-07-303-180/+226
* tipc: move protocol message sending away from link FSMJon Paul Maloy2015-07-303-21/+33
* tipc: move link synch and failover to link aggregation levelJon Paul Maloy2015-07-305-508/+342
* tipc: extend node FSMJon Paul Maloy2015-07-302-11/+92
* tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy2015-07-302-14/+22
* tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy2015-07-305-69/+104
* tipc: eliminate function tipc_link_activate()Jon Paul Maloy2015-07-303-16/+8
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-07-3023-214/+461
|\
| * Bluetooth: 6lowpan: Fix possible raceAlexander Aring2015-07-301-10/+13
| * mac802154: Fix memory corruption with global deferred transmit state.Lennert Buytenhek2015-07-303-21/+12
| * Bluetooth: cmtp: Do not use list_for_each_safe when not neededChristophe JAILLET2015-07-301-4/+4
| * Bluetooth: Move create/accept phy link completed callback to amp.cArron Wang2015-07-302-51/+51
| * Bluetooth: Move amp assoc read/write completed callback to amp.cArron Wang2015-07-302-63/+77
| * Bluetooth: Move get info completed callback to a2mp.cArron Wang2015-07-302-5/+17
| * Bluetooth: Move high speed specific event under BT_HS optionArron Wang2015-07-301-20/+24
| * Bluetooth: Add BT_HS config optionArron Wang2015-07-304-1/+40
| * Bluetooth: Move IRK checking logic in preparation to new connect methodJakub Pawlowski2015-07-232-11/+23
| * Bluetooth: __l2cap_wait_ack() add defensive timeoutDean Jenkins2015-07-231-1/+10
| * Bluetooth: __l2cap_wait_ack() use msecs_to_jiffies()Dean Jenkins2015-07-231-2/+2
| * Bluetooth: Add BT_DBG to l2cap_sock_shutdown()Dean Jenkins2015-07-231-0/+4
| * Bluetooth: Make __l2cap_wait_ack more efficientDean Jenkins2015-07-231-6/+10
| * Bluetooth: L2CAP ERTM shutdown protect sk and chanDean Jenkins2015-07-231-0/+8
| * mac802154: fix ieee802154_rx handlingVarka Bhadram2015-07-233-4/+3
| * mac802154: do not export ieee802154_rx()Varka Bhadram2015-07-232-1/+1
| * mac802154: cfg: add suspend and resume callbacksAlexander Aring2015-07-233-2/+54
| * cfg802154: add PM hooksVarka Bhadram2015-07-233-0/+80
| * mac802154: util: add stop_device utility functionAlexander Aring2015-07-233-5/+11
| * mac802154: remove unused macroVarka Bhadram2015-07-231-2/+0
| * mac802154: use WARN_ON() macroVarka Bhadram2015-07-231-4/+2
| * 6lowpan: add request for ipv6 moduleAlexander Aring2015-07-231-0/+2
| * mac802154: add llsec address update workaroundAlexander Aring2015-07-233-3/+15
* | net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu2015-07-302-9/+17
* | openvswitch: Re-add CONFIG_OPENVSWITCH_VXLANThomas Graf2015-07-295-200/+235
* | net: pktgen: Remove unused 'allocated_skbs' fieldBogdan Hamciuc2015-07-291-2/+0
* | net: pktgen: Observe needed_headroom of the deviceBogdan Hamciuc2015-07-291-1/+2
* | lwtunnel: Make lwtun_encaps[] staticThomas Graf2015-07-291-1/+1
* | net: Set sk_txhash from a random numberTom Herbert2015-07-294-6/+6
* | tipc: fix bug in broadcast synch message create functionJon Maloy2015-07-291-0/+3
* | packet: remove handling of tx_ring from prb_shutdown_retire_blk_timer()Tobias Klauser2015-07-291-4/+2
* | lwtunnel: use kfree_skb() instead of vanilla kfree()Dan Carpenter2015-07-271-1/+1
* | tcp: tso: allow deferring under reordering stateEric Dumazet2015-07-271-1/+1