summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2015-07-23Bluetooth: hci_check_conn_params() check proper rangeSeungyoun Ju1-1/+1
2015-07-23Bluetooth: __l2cap_wait_ack() add defensive timeoutDean Jenkins1-0/+1
2015-07-23Bluetooth: __l2cap_wait_ack() use msecs_to_jiffies()Dean Jenkins1-0/+1
2015-07-23mac802154: do not export ieee802154_rx()Varka Bhadram1-17/+0
2015-07-23cfg802154: add PM hooksVarka Bhadram1-0/+2
2015-07-23ip_tunnel: Call ip_tunnel_core_init() from inet_init()Thomas Graf1-0/+2
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+18
2015-07-22ip_tunnel: Provide tunnel metadata API for CONFIG_INET=nThomas Graf1-0/+15
2015-07-22net: #ifdefify sk_classid member of struct sockMathias Krause1-0/+2
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf2-20/+5
2015-07-21vxlan: Factor out device configurationThomas Graf1-0/+59
2015-07-21fib: Add fib rule match on tunnel idThomas Graf2-0/+12
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf2-2/+17
2015-07-21route: Extend flow representation with tunnel keyThomas Graf1-0/+8
2015-07-21vxlan: Flow based tunnelingThomas Graf3-1/+36
2015-07-21dst: Metadata destinationsThomas Graf2-1/+37
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf1-0/+63
2015-07-21mpls: ip tunnel supportRoopa Prabhu1-0/+29
2015-07-21lwtunnel: support dst output redirect functionRoopa Prabhu1-0/+12
2015-07-21ipv6: support for fib route lwtunnel encap attributesRoopa Prabhu1-0/+3
2015-07-21ipv4: support for fib route lwtunnel encap attributesRoopa Prabhu2-1/+5
2015-07-21lwtunnel: infrastructure for handling light weight tunnels like mplsRoopa Prabhu1-0/+132
2015-07-21Merge tag 'mac80211-for-davem-2015-07-17' of git://git.kernel.org/pub/scm/lin...David S. Miller1-0/+17
2015-07-21switchdev: add offload_fwd_mark generator helperScott Feldman1-0/+9
2015-07-20cls_cgroup: factor out classid retrievalDaniel Borkmann1-0/+29
2015-07-17cfg80211: use RTNL locked reg_can_beacon for IR-relaxationArik Nemtsov1-0/+17
2015-07-16ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-0/+1
2015-07-10ipv6: Nonlocal bindTom Herbert1-0/+1
2015-07-10inet: inet_twsk_deschedule factorizationEric Dumazet1-1/+1
2015-07-10inet: simplify timewait refcountingEric Dumazet2-6/+4
2015-07-10inet: remove BUG_ON() in twsk_destructor()Eric Dumazet1-3/+0
2015-07-10tcp: do not slow start when cwnd equals ssthreshYuchung Cheng1-1/+1
2015-07-10tcp: add tcp_in_slow_start helperYuchung Cheng1-1/+6
2015-07-08net_sched: act_mirred: remove spinlock in fast pathEric Dumazet1-1/+1
2015-07-08net_sched: act_gact: remove spinlock in fast pathEric Dumazet1-0/+11
2015-07-08net_sched: act_gact: use a separate packet counters for gact_determ()Eric Dumazet1-3/+4
2015-07-08net: sched: add percpu stats to actionsEric Dumazet1-1/+3
2015-07-08net: sched: extend percpu stats helpersEric Dumazet1-10/+21
2015-06-29net: Kill sock->sk_protinfoDavid Miller1-2/+0
2015-06-29ax25: Stop using sock->sk_protinfo.David Miller1-1/+15
2015-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds51-563/+1282
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+5
2015-06-24net: ipv4 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2-8/+11
2015-06-24net: track link-status of ipv4 nexthopsAndy Gospodarek1-2/+2
2015-06-23switchdev: rename vlan vid_start to vid_beginScott Feldman1-1/+1
2015-06-23netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman1-0/+2
2015-06-23Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller6-70/+158
2015-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+3
2015-06-21net: Update out-of-date commentZhaowei Yuan1-1/+0
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu2-3/+1