summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-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-23Bluetooth: Move IRK checking logic in preparation to new connect methodJakub Pawlowski2-11/+23
2015-07-23Bluetooth: __l2cap_wait_ack() add defensive timeoutDean Jenkins1-1/+10
2015-07-23Bluetooth: __l2cap_wait_ack() use msecs_to_jiffies()Dean Jenkins1-2/+2
2015-07-23Bluetooth: Add BT_DBG to l2cap_sock_shutdown()Dean Jenkins1-0/+4
2015-07-23Bluetooth: Make __l2cap_wait_ack more efficientDean Jenkins1-6/+10
2015-07-23Bluetooth: L2CAP ERTM shutdown protect sk and chanDean Jenkins1-0/+8
2015-07-23mac802154: fix ieee802154_rx handlingVarka Bhadram3-4/+3
2015-07-23mac802154: do not export ieee802154_rx()Varka Bhadram2-1/+1
2015-07-23mac802154: cfg: add suspend and resume callbacksAlexander Aring3-2/+54
2015-07-23cfg802154: add PM hooksVarka Bhadram3-0/+80
2015-07-23mac802154: util: add stop_device utility functionAlexander Aring3-5/+11
2015-07-23mac802154: remove unused macroVarka Bhadram1-2/+0
2015-07-23mac802154: use WARN_ON() macroVarka Bhadram1-4/+2
2015-07-236lowpan: add request for ipv6 moduleAlexander Aring1-0/+2
2015-07-23mac802154: add llsec address update workaroundAlexander Aring3-3/+15
2015-07-23ip_tunnel: Call ip_tunnel_core_init() from inet_init()Thomas Graf2-10/+4
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller32-136/+298
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds31-135/+295
2015-07-22ipv6: sysctl to restrict candidate source addressesErik Kline1-3/+19
2015-07-22mpls_iptunnel: fix sparse warn: remove incorrect rcu_dereferenceRoopa Prabhu1-1/+1
2015-07-22net: track success and failure of TCP PMTU probingRick Jones2-0/+4
2015-07-22mpls: make RTA_OIF optionalRoopa Prabhu1-1/+66
2015-07-22openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodesChris J Arges1-1/+1
2015-07-22netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal1-32/+47
2015-07-22tcp: suppress a division by zero warningEric Dumazet1-6/+5
2015-07-22tipc: fix compatibility bugJon Paul Maloy1-1/+1
2015-07-22net: #ifdefify sk_classid member of struct sockMathias Krause1-0/+4
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf7-361/+218
2015-07-21openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf6-12/+9
2015-07-21openvswitch: Move dev pointer into vport itselfThomas Graf6-91/+59
2015-07-21openvswitch: Make tunnel set action attach a metadata dstThomas Graf6-13/+79
2015-07-21fib: Add fib rule match on tunnel idThomas Graf2-2/+38
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf3-1/+116
2015-07-21route: Extend flow representation with tunnel keyThomas Graf2-0/+10
2015-07-21arp: Inherit metadata dst when creating ARP requestsThomas Graf1-28/+37
2015-07-21dst: Metadata destinationsThomas Graf4-16/+75
2015-07-21icmp: Don't leak original dst into ip_route_input()Thomas Graf1-0/+1
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf11-134/+64
2015-07-21mpls: ip tunnel supportRoopa Prabhu3-1/+241
2015-07-21mpls: export mpls functions for use by mpls iptunnelsRoopa Prabhu2-5/+15
2015-07-21ipv6: rt6_info output redirect to tunnel outputRoopa Prabhu1-0/+1
2015-07-21ipv4: redirect dst output to lwtunnel outputRoopa Prabhu1-0/+2
2015-07-21lwtunnel: support dst output redirect functionRoopa Prabhu1-0/+56