summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-04-14sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner
2016-04-14sctp: compress bit-wide flags to a bitfield on sctp_sockMarcelo Ricardo Leitner
2016-04-14net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_putDenys Vlasenko
2016-04-14sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa
2016-04-13dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn
2016-04-13net: dsa: Remove allocation of driver private memoryAndrew Lunn
2016-04-13net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn
2016-04-13net: dsa: Pass the dsa device to the switch driversAndrew Lunn
2016-04-13Merge tag 'mac80211-next-for-davem-2016-04-13' of git://git.kernel.org/pub/sc...David S. Miller
2016-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-04-12netfilter: conntrack: move expectation event helper to ecache.cFlorian Westphal
2016-04-12netfilter: conntrack: de-inline nf_conntrack_eventmask_reportFlorian Westphal
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg
2016-04-12cfg80211: Improve Connect/Associate command documentationJouni Malinen
2016-04-12net: mdio: Fix lockdep falls positive splatAndrew Lunn
2016-04-11rxrpc: Differentiate local and remote abort codes in structsDavid Howells
2016-04-11rxrpc: Static arrays of strings should be const char *const[]David Howells
2016-04-11rxrpc: Move some miscellaneous bits out into their own fileDavid Howells
2016-04-11net: ipv4: Consider failed nexthops in multipath routesDavid Ahern
2016-04-11Merge tag 'wireless-drivers-next-for-davem-2016-04-11' of git://git.kernel.or...David S. Miller
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-09Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-04-09Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-04-09Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-04-09Merge tag 'iommu-fixes-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-04-08Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2016-04-08net: dsa: make the VLAN add function return voidVivien Didelot
2016-04-08net: dsa: make the FDB add function return voidVivien Didelot
2016-04-08net: dsa: make the STP state function return voidVivien Didelot
2016-04-08Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/sc...David S. Miller
2016-04-08Merge tag 'mac80211-for-davem-2016-04-06' of git://git.kernel.org/pub/scm/lin...David S. Miller
2016-04-08bpf: sanitize bpf tracepoint accessAlexei Starovoitov
2016-04-08bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov
2016-04-08perf, bpf: allow bpf programs attach to tracepointsAlexei Starovoitov
2016-04-08perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov
2016-04-08perf: remove unused __addr variableAlexei Starovoitov
2016-04-08perf: optimize perf_fetch_caller_regsAlexei Starovoitov
2016-04-08net: Fix build failure due to lockdep_sock_is_held().David S. Miller
2016-04-08Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-04-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-04-07sock: make lockdep_sock_is_held static inlineHannes Frederic Sowa
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck
2016-04-07udp: Remove udp_offloadsTom Herbert
2016-04-07vxlan: change vxlan to use UDP socket GROTom Herbert
2016-04-07udp: Add socket based GRO and configTom Herbert
2016-04-07udp: Add GRO functions to UDP socketTom Herbert
2016-04-07udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert
2016-04-07net: Checks skb_dst to be NULL in inet_iifTom Herbert
2016-04-07tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa