summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 9p/trans_virtio: reset virtio device on removePierre Morel2015-07-131-0/+1
* | | | | ipv6: Disable flowlabel state ranges by defaultTom Herbert2015-08-011-1/+1
* | | | | ipv6: Implement different admin modes for automatic flow labelsTom Herbert2015-08-014-5/+11
* | | | | ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabelTom Herbert2015-08-013-5/+6
* | | | | net: Add functions to get skb->hash based on flow structuresTom Herbert2015-08-011-4/+54
* | | | | net: dsa: Add netconsole supportFlorian Fainelli2015-08-012-0/+71
* | | | | net: dsa: Refactor transmit path to eliminate duplicationFlorian Fainelli2015-08-016-49/+33Star
* | | | | br2684: Remove unnecessary formatting macros b1 and bsJoe Perches2015-08-011-6/+3Star
* | | | | af_mpls: fix undefined reference to ip6_route_outputRoopa Prabhu2015-08-011-8/+33
* | | | | ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu2015-08-014-11/+21
* | | | | bpf: add helpers to access tunnel metadataAlexei Starovoitov2015-08-012-6/+106
* | | | | tipc: clean up link creationJon Paul Maloy2015-07-314-121/+86Star
* | | | | tipc: use temporary, non-protected skb queue for bundle receptionJon Paul Maloy2015-07-311-15/+19
* | | | | tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy2015-07-314-63/+10Star
* | | | | tipc: make resetting of links non-atomicJon Paul Maloy2015-07-313-70/+127
* | | | | tipc: move received discovery data evaluation inside node.cJon Paul Maloy2015-07-313-123/+127
* | | | | tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy2015-07-313-180/+226
* | | | | tipc: move protocol message sending away from link FSMJon Paul Maloy2015-07-313-21/+33
* | | | | tipc: move link synch and failover to link aggregation levelJon Paul Maloy2015-07-315-508/+342Star
* | | | | tipc: extend node FSMJon Paul Maloy2015-07-312-11/+92
* | | | | tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy2015-07-312-14/+22
* | | | | tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy2015-07-315-69/+104
* | | | | tipc: eliminate function tipc_link_activate()Jon Paul Maloy2015-07-313-16/+8Star
* | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-07-3123-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/+12Star
| * | | | | 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/+3Star
| * | | | | 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/+0Star
| * | | | | mac802154: use WARN_ON() macroVarka Bhadram2015-07-231-4/+2Star
| * | | | | 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-312-9/+17
* | | | | | openvswitch: Re-add CONFIG_OPENVSWITCH_VXLANThomas Graf2015-07-305-200/+235
* | | | | | net: pktgen: Remove unused 'allocated_skbs' fieldBogdan Hamciuc2015-07-301-2/+0Star