aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-21perf, bpf: minimize the size of perf_trace_() tracepoint handlerAlexei Starovoitov2-10/+8
2016-04-21net: dsa: remove tag_protocol from dsa_switchVivien Didelot1-5/+0
2016-04-20rtnetlink: add new RTM_GETSTATS message to dump link statsRoopa Prabhu2-0/+28
2016-04-20net: nla_align_64bit() needs to test the right pointer.David S. Miller1-1/+1
2016-04-20net: fix HAVE_EFFICIENT_UNALIGNED_ACCESS typosEric Dumazet1-8/+11
2016-04-20net/hsr: Fixed version field in ENUMPeter Heise1-1/+1
2016-04-19bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann1-0/+2
2016-04-19bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_outputDaniel Borkmann1-0/+4
2016-04-19net/ipv6/addrconf: simplify sysctl registrationKonstantin Khlebnikov1-1/+2
2016-04-19net: Add helpers for 64-bit aligning netlink attributes.David S. Miller1-0/+37
2016-04-19net: Align IFLA_STATS64 attributes properly on architectures that need it.David S. Miller1-0/+1
2016-04-18phy: add generic function to support ksetting supportPhilippe Reynes1-0/+4
2016-04-18net: ethtool: export conversion function between u32 and link modePhilippe Reynes1-0/+7
2016-04-17net: dsa: constify probed nameVivien Didelot1-2/+3
2016-04-16netdev_features: Add NETIF_F_TSO_MANGLEID to NETIF_F_ALL_TSOAlexander Duyck1-1/+2
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2-3/+2
2016-04-16vxlan: synchronously and race-free destruction of vxlan socketsHannes Frederic Sowa1-2/+0
2016-04-15sctp: add the sctp_diag.c fileXin Long1-0/+2
2016-04-15sctp: export some apis or variables for sctp_diag and reuse some for procXin Long1-0/+13
2016-04-15sctp: add sctp_info dump api for sctp_diagXin Long2-0/+70
2016-04-15sctp: simplify sk_receive_queue lockingMarcelo Ricardo Leitner1-15/+0
2016-04-15net/mlx5: Update mlx5_ifc hardware featuresSaeed Mahameed1-22/+124
2016-04-15net/mlx5: Fix mlx5 ifc cmd_hca_cap bad offsetsTariq Toukan1-52/+55
2016-04-15qed: Add infrastructure support for tunnelingManish Chopra1-0/+10
2016-04-15net/hsr: Added support for HSR v1Peter Heise2-0/+2
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-14bpf, verifier: add ARG_PTR_TO_RAW_STACK typeDaniel Borkmann1-0/+5
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck3-2/+14
2016-04-14GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck1-1/+4
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck3-9/+15
2016-04-14devlink: implement shared buffer occupancy monitoring interfaceJiri Pirko2-0/+18
2016-04-14devlink: add shared buffer configurationJiri Pirko2-0/+104
2016-04-14gre: eliminate holes in ip_tunnelstephen hemminger1-4/+3
2016-04-14qed: add Rx flow hash/indirection support.Sudarsana Reddy Kalluru2-0/+12
2016-04-14qed*: remove version dependencyRahul Verma2-10/+1
2016-04-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller1-2/+1
2016-04-14net: remove netdevice gso_min_segsEric Dumazet1-3/+1
2016-04-13sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner1-1/+2
2016-04-13sctp: compress bit-wide flags to a bitfield on sctp_sockMarcelo Ricardo Leitner1-6/+6
2016-04-13net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_putDenys Vlasenko2-4/+4
2016-04-13sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa1-15/+29
2016-04-13dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn1-2/+2
2016-04-13net: dsa: Remove allocation of driver private memoryAndrew Lunn1-1/+0
2016-04-13net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn1-2/+8
2016-04-13net: dsa: Pass the dsa device to the switch driversAndrew Lunn1-1/+2
2016-04-13Merge tag 'mac80211-next-for-davem-2016-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller3-44/+58
2016-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-93/+25
2016-04-12netfilter: conntrack: move expectation event helper to ecache.cFlorian Westphal1-39/+3
2016-04-12netfilter: conntrack: de-inline nf_conntrack_eventmask_reportFlorian Westphal1-54/+12