summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2017-03-29devlink: Support for pipeline debug (dpipe)Arkadi Sharshevsky1-0/+836
2017-03-25net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala1-0/+12
2017-03-25net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala2-13/+19
2017-03-25net: Track start of busy loop instead of when it should endAlexander Duyck1-3/+3
2017-03-25net: Change return type of sk_busy_loop from bool to voidAlexander Duyck2-16/+17
2017-03-25net: Busy polling should ignore sender CPUsAlexander Duyck1-4/+9
2017-03-24net: make in_aton() 32-bit internallyAlexey Dobriyan1-1/+1
2017-03-24Add a eBPF helper function to retrieve socket uidChenbo Feng1-0/+22
2017-03-24Add a helper function to get socket cookie in eBPFChenbo Feng2-1/+18
2017-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-27/+48
2017-03-23socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann1-0/+6
2017-03-22rtnetlink: Add dump all for netconfDavid Ahern1-0/+1
2017-03-22net: convert sk_filter.refcnt from atomic_t to refcount_tReshetova, Elena1-5/+12
2017-03-22sock: introduce SO_MEMINFO getsockoptJosh Hunt2-9/+31
2017-03-22neighbour: fix nlmsg_pid in notificationsRoopa Prabhu1-14/+18
2017-03-22cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo1-16/+16
2017-03-22tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh1-6/+11
2017-03-22tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh1-0/+10
2017-03-16ipv4: fib_rules: Check if rule is a default ruleIdo Schimmel1-0/+14
2017-03-16net: properly release sk_frag.pageEric Dumazet1-5/+5
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-65/+81
2017-03-14net: Resend IGMP memberships upon peer notification.Vlad Yasevich1-0/+1
2017-03-14lwtunnel: remove unused but set variableRoopa Prabhu1-2/+0
2017-03-14net: use net->count to check whether a netns is alive or notAndrey Vagin1-3/+3
2017-03-13drop_monitor: use setup_timerGeliang Tang1-3/+2
2017-03-10tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev1-7/+6
2017-03-10net: Work around lockdep limitation in sockets that use socketsDavid Howells1-49/+57
2017-03-10ethtool: add CRC32 as an RSS hash functionJakub Kicinski1-0/+1
2017-03-10net/socket: use per af lockdep classes for sk queuesPaolo Abeni1-18/+78
2017-03-09flow_dissector: Move GRE dissection into a separate functionJiri Pirko1-110/+134
2017-03-09flow_dissector: rename "proto again" goto labelJiri Pirko1-4/+4
2017-03-09flow_dissector: Fix GRE header error pathJiri Pirko1-3/+3
2017-03-09flow_dissector: Move MPLS dissection into a separate functionJiri Pirko1-22/+34
2017-03-09flow_dissector: Move ARP dissection into a separate functionJiri Pirko1-53/+67
2017-03-08net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet1-7/+8
2017-03-08net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet1-7/+8
2017-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-13/+114
2017-03-03net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo1-5/+11
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar3-0/+6
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02net: net_enable_timestamp() can be called from irq contextsEric Dumazet1-4/+31
2017-03-01net: solve a NAPI raceEric Dumazet1-4/+72
2017-02-23bpf: Fix bpf_xdp_event_outputMartin KaFai Lau1-2/+2
2017-02-21net: napi_watchdog() can use napi_schedule_irqoff()Eric Dumazet1-1/+1
2017-02-21net: sock: Use USEC_PER_SEC macro instead of literal 1000000Gao Feng1-3/+3
2017-02-21rtnl: simplify error return path in rtnl_create_link()Tobias Klauser1-6/+1
2017-02-17rtnl: don't account unused struct ifla_port_vsi in rtnl_port_sizeDaniel Borkmann1-4/+7
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann1-0/+7