summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2016-04-20cls_cgroup: get sk_classid only from full socketsKonstantin Khlebnikov1-2/+5
2016-04-20net: Add helpers for 64-bit aligning netlink attributes.David S. Miller1-0/+37
2016-04-18netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'Florian Westphal1-2/+2
2016-04-18netfilter: connlabels: move helpers to xt_connlabelFlorian Westphal1-1/+0
2016-04-18net: dsa: constify probed nameVivien Didelot1-2/+3
2016-04-17ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2-3/+2
2016-04-17vxlan: synchronously and race-free destruction of vxlan socketsHannes Frederic Sowa1-2/+0
2016-04-16sctp: export some apis or variables for sctp_diag and reuse some for procXin Long1-0/+13
2016-04-16sctp: add sctp_info dump api for sctp_diagXin Long1-0/+3
2016-04-16sctp: simplify sk_receive_queue lockingMarcelo Ricardo Leitner1-15/+0
2016-04-15tcp: do not mess with listener sk_wmem_allocEric Dumazet1-2/+7
2016-04-15devlink: fix sb register stub in case devlink is disabledJiri Pirko1-1/+3
2016-04-15soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek1-1/+5
2016-04-14ipv6: udp: Do a route lookup and update during release_cbMartin KaFai Lau1-0/+1
2016-04-14ipv6: datagram: Update dst cache of a connected datagram sk during pmtu updateMartin KaFai Lau1-0/+1
2016-04-14devlink: implement shared buffer occupancy monitoring interfaceJiri Pirko1-0/+12
2016-04-14devlink: add shared buffer configurationJiri Pirko1-0/+47
2016-04-14gre: eliminate holes in ip_tunnelstephen hemminger1-4/+3
2016-04-14sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner1-1/+2
2016-04-14sctp: compress bit-wide flags to a bitfield on sctp_sockMarcelo Ricardo Leitner1-6/+6
2016-04-14net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_putDenys Vlasenko1-2/+2
2016-04-14sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa1-15/+29
2016-04-14dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn1-2/+2
2016-04-14net: dsa: Remove allocation of driver private memoryAndrew Lunn1-1/+0
2016-04-14net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn1-2/+8
2016-04-14net: dsa: Pass the dsa device to the switch driversAndrew Lunn1-1/+2
2016-04-14Merge tag 'mac80211-next-for-davem-2016-04-13' of git://git.kernel.org/pub/sc...David S. Miller2-41/+41
2016-04-136lowpan: move mac802154 headerAlexander Aring1-0/+3
2016-04-136lowpan: move eui64 uncompress functionAlexander Aring1-0/+16
2016-04-136lowpan: move lowpan_802154_dev to 6lowpanAlexander Aring1-0/+12
2016-04-136lowpan: change naming for lowpan private dataAlexander Aring1-3/+3
2016-04-13ieee802154: add short address helpersAlexander Aring1-0/+10
2016-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-93/+15
2016-04-13netfilter: conntrack: move expectation event helper to ecache.cFlorian Westphal1-39/+3
2016-04-13netfilter: conntrack: de-inline nf_conntrack_eventmask_reportFlorian Westphal1-54/+12
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg2-38/+18
2016-04-12cfg80211: Improve Connect/Associate command documentationJouni Malinen1-3/+23
2016-04-11net: vrf: Fix dst reference countingDavid Ahern2-0/+6
2016-04-11rxrpc: Differentiate local and remote abort codes in structsDavid Howells1-1/+2
2016-04-11rxrpc: Move some miscellaneous bits out into their own fileDavid Howells1-0/+1
2016-04-11net: ipv4: Consider failed nexthops in multipath routesDavid Ahern1-0/+3
2016-04-11sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner1-1/+7
2016-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+5
2016-04-08net: dsa: make the VLAN add function return voidVivien Didelot1-1/+1
2016-04-08net: dsa: make the FDB add function return voidVivien Didelot1-1/+1
2016-04-08net: dsa: make the STP state function return voidVivien Didelot1-2/+2
2016-04-08Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/sc...David S. Miller2-6/+87
2016-04-08Merge tag 'mac80211-for-davem-2016-04-06' of git://git.kernel.org/pub/scm/lin...David S. Miller1-0/+2
2016-04-08net: Fix build failure due to lockdep_sock_is_held().David S. Miller1-0/+2
2016-04-08sock: make lockdep_sock_is_held static inlineHannes Frederic Sowa1-1/+1