aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/utsname_sysctl.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-01cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYMartin KaFai Lau4-1/+48
2016-07-01cgroup: Add cgroup_get_from_fdMartin KaFai Lau2-0/+36
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann7-44/+31
2016-07-01bpf: generally move prog destruction to RCU deferralDaniel Borkmann4-19/+5
2016-07-01atm: horizon: Use setup_timerAmitoj Kaur Chawla1-3/+1
2016-07-01qede: Bump up driver version to 8.10.1.20Manish Chopra1-1/+1
2016-07-01qede: Add get/set rx copy break tunable supportManish Chopra3-1/+51
2016-07-01qede: Utilize xmit_moreManish Chopra1-14/+23
2016-07-01qede: qede_poll refactoringManish Chopra1-42/+35
2016-07-01qede: Add support for handling IP fragmented packets.Manish Chopra3-0/+23
2016-07-01tun: switch to use skb array for txJason Wang3-9/+146
2016-07-01net: introduce NETDEV_CHANGE_TX_QUEUE_LENJason Wang3-5/+27
2016-07-01skb_array: add wrappers for resizingJason Wang1-0/+9
2016-07-01ptr_ring: support resizing multiple queuesMichael S. Tsirkin2-9/+67
2016-07-01skb_array: minor tweakJason Wang1-2/+2
2016-07-01ptr_ring: support zero length ringJason Wang1-2/+4
2016-07-01net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()Michal Soltys1-1/+1
2016-07-01net/sched/sch_hfsc.c: go passive after vt updateMichal Soltys1-16/+15
2016-07-01net/sched/sch_hfsc.c: remove leftover dlist and droplistMichal Soltys1-8/+0
2016-07-01net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()Michal Soltys1-1/+1
2016-07-01net/sched/sch_hfsc.c: handle corner cases where head may change invalidating calculated deadlineMichal Soltys1-1/+10
2016-07-01tcp: md5: use kmalloc() backed scratch areasEric Dumazet4-32/+41
2016-06-30nfp: implement ethtool .get_link() callbackJakub Kicinski1-0/+1
2016-06-30nfp: remove unused parameter from nfp_net_write_mac_addr()Jakub Kicinski1-6/+7
2016-06-30nfp: correct name of control BAR defineJakub Kicinski2-3/+3
2016-06-30be2net: signedness bug in be_msix_enable()Dan Carpenter1-1/+2
2016-06-30net: netcp: Fix a typo in keystone-netcp.txtMasanari Iida1-1/+1
2016-06-30net-next: mediatek: add support for IRQ groupingJohn Crispin2-59/+111
2016-06-30net-next: mediatek: add IRQ lockingJohn Crispin2-0/+8
2016-06-30net-next: mediatek: don't use intermediate variables to store IRQ masksJohn Crispin1-12/+10
2016-06-30net-next: mediatek: remove superfluous register readsJohn Crispin1-4/+0
2016-06-30fib_rules: Added NLM_F_EXCL support to fib_nl_newruleMateusz Bajorski1-0/+49
2016-06-30tcp: increase size at which tcp_bound_to_half_wnd bounds to > TCP_MSS_DEFAULTSeymour, Shane M1-1/+1
2016-06-30tcp: add an ability to dump and restore window parametersAndrey Vagin2-0/+67
2016-06-30net: bridge: add support for IGMP/MLD stats and export them via netlinkNikolay Aleksandrov10-46/+390
2016-06-30net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attributeNikolay Aleksandrov4-7/+108
2016-06-30bpf: add bpf_skb_change_type helperDaniel Borkmann2-0/+33
2016-06-30bpf: add bpf_skb_change_proto helperDaniel Borkmann2-0/+214
2016-06-30bpf: don't use raw processor id in generic helperDaniel Borkmann2-2/+10
2016-06-30bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_readDaniel Borkmann2-4/+9
2016-06-30bpf, trace: fetch current cpu only onceDaniel Borkmann1-2/+3
2016-06-30bpf: minor cleanups on fd maps and helpersDaniel Borkmann2-14/+7
2016-06-29igb: Only DMA sync frame lengthAndrew Lunn1-3/+4
2016-06-29ixgbe: fix spoofed packets with macvlansEmil Tantilov1-0/+1
2016-06-29ixgbe: Correct reporting of timestamping for x550Tony Nguyen1-2/+6
2016-06-29fm10k: Remove create_workqueueBhaktipriya Shridhar1-2/+1
2016-06-29igb: call igb_ptp_suspend during suspend/resume cycleJacob Keller1-0/+2
2016-06-29igb: implement igb_ptp_suspendJacob Keller2-5/+18
2016-06-29igb: re-use igb_ptp_reset in igb_ptp_initJacob Keller2-33/+18
2016-06-29igb: introduce IGB_PTP_OVERFLOW_CHECK flagJacob Keller2-13/+9