summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* netdev_features: Fold NETIF_F_ALL_TSO into NETIF_F_GSO_SOFTWAREAlexander Duyck2016-04-211-5/+3
* perf, bpf: minimize the size of perf_trace_() tracepoint handlerAlexei Starovoitov2016-04-212-10/+8
* net: dsa: remove tag_protocol from dsa_switchVivien Didelot2016-04-211-5/+0
* rtnetlink: add new RTM_GETSTATS message to dump link statsRoopa Prabhu2016-04-202-0/+28
* net: nla_align_64bit() needs to test the right pointer.David S. Miller2016-04-201-1/+1
* net: fix HAVE_EFFICIENT_UNALIGNED_ACCESS typosEric Dumazet2016-04-201-8/+11
* net/hsr: Fixed version field in ENUMPeter Heise2016-04-201-1/+1
* bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann2016-04-191-0/+2
* bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_outputDaniel Borkmann2016-04-191-0/+4
* net/ipv6/addrconf: simplify sysctl registrationKonstantin Khlebnikov2016-04-191-1/+2
* net: Add helpers for 64-bit aligning netlink attributes.David S. Miller2016-04-191-0/+37
* net: Align IFLA_STATS64 attributes properly on architectures that need it.David S. Miller2016-04-191-0/+1
* phy: add generic function to support ksetting supportPhilippe Reynes2016-04-181-0/+4
* net: ethtool: export conversion function between u32 and link modePhilippe Reynes2016-04-181-0/+7
* net: dsa: constify probed nameVivien Didelot2016-04-171-2/+3
* netdev_features: Add NETIF_F_TSO_MANGLEID to NETIF_F_ALL_TSOAlexander Duyck2016-04-161-1/+2
* ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2016-04-162-3/+2
* vxlan: synchronously and race-free destruction of vxlan socketsHannes Frederic Sowa2016-04-161-2/+0
* sctp: add the sctp_diag.c fileXin Long2016-04-151-0/+2
* sctp: export some apis or variables for sctp_diag and reuse some for procXin Long2016-04-151-0/+13
* sctp: add sctp_info dump api for sctp_diagXin Long2016-04-152-0/+70
* sctp: simplify sk_receive_queue lockingMarcelo Ricardo Leitner2016-04-151-15/+0
* net/mlx5: Update mlx5_ifc hardware featuresSaeed Mahameed2016-04-151-22/+124
* net/mlx5: Fix mlx5 ifc cmd_hca_cap bad offsetsTariq Toukan2016-04-151-52/+55
* qed: Add infrastructure support for tunnelingManish Chopra2016-04-151-0/+10
* net/hsr: Added support for HSR v1Peter Heise2016-04-152-0/+2
* tcp: do not mess with listener sk_wmem_allocEric Dumazet2016-04-151-2/+7
* devlink: fix sb register stub in case devlink is disabledJiri Pirko2016-04-151-1/+3
* bpf, verifier: add ARG_PTR_TO_RAW_STACK typeDaniel Borkmann2016-04-141-0/+5
* GSO: Support partial segmentation offloadAlexander Duyck2016-04-143-2/+14
* GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck2016-04-141-1/+4
* GSO: Add GSO type for fixed IPv4 IDAlexander Duyck2016-04-143-9/+15
* devlink: implement shared buffer occupancy monitoring interfaceJiri Pirko2016-04-142-0/+18
* devlink: add shared buffer configurationJiri Pirko2016-04-142-0/+104
* gre: eliminate holes in ip_tunnelstephen hemminger2016-04-141-4/+3
* qed: add Rx flow hash/indirection support.Sudarsana Reddy Kalluru2016-04-142-0/+12
* qed*: remove version dependencyRahul Verma2016-04-142-10/+1
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2016-04-141-2/+1
|\
| * [net] drop 'size' argument of sock_recvmsg()Al Viro2016-03-281-2/+1
* | net: remove netdevice gso_min_segsEric Dumazet2016-04-141-3/+1
* | sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner2016-04-131-1/+2
* | sctp: compress bit-wide flags to a bitfield on sctp_sockMarcelo Ricardo Leitner2016-04-131-6/+6
* | net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_putDenys Vlasenko2016-04-132-4/+4
* | sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa2016-04-131-15/+29
* | dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn2016-04-131-2/+2
* | net: dsa: Remove allocation of driver private memoryAndrew Lunn2016-04-131-1/+0
* | net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn2016-04-131-2/+8
* | net: dsa: Pass the dsa device to the switch driversAndrew Lunn2016-04-131-1/+2
* | Merge tag 'mac80211-next-for-davem-2016-04-13' of git://git.kernel.org/pub/sc...David S. Miller2016-04-133-44/+58
|\ \
| * | cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-123-38/+22