summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-011-0/+5
* sock: avoid dirtying sk_stamp, if possiblePaolo Abeni2017-03-301-1/+1
* net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-281-0/+1
* devlink: Support for pipeline debug (dpipe)Arkadi Sharshevsky2017-03-281-0/+836
* net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala2017-03-241-0/+12
* net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala2017-03-242-13/+19
* net: Track start of busy loop instead of when it should endAlexander Duyck2017-03-241-3/+3
* net: Change return type of sk_busy_loop from bool to voidAlexander Duyck2017-03-242-16/+17
* net: Busy polling should ignore sender CPUsAlexander Duyck2017-03-241-4/+9
* net: make in_aton() 32-bit internallyAlexey Dobriyan2017-03-241-1/+1
* Add a eBPF helper function to retrieve socket uidChenbo Feng2017-03-231-0/+22
* Add a helper function to get socket cookie in eBPFChenbo Feng2017-03-232-1/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-233-27/+48
|\
| * socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann2017-03-221-0/+6
| * cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo2017-03-221-16/+16
| * tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh2017-03-211-6/+11
| * tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh2017-03-211-0/+10
| * net: properly release sk_frag.pageEric Dumazet2017-03-151-5/+5
* | rtnetlink: Add dump all for netconfDavid Ahern2017-03-221-0/+1
* | net: convert sk_filter.refcnt from atomic_t to refcount_tReshetova, Elena2017-03-221-5/+12
* | sock: introduce SO_MEMINFO getsockoptJosh Hunt2017-03-222-9/+31
* | neighbour: fix nlmsg_pid in notificationsRoopa Prabhu2017-03-221-14/+18
* | ipv4: fib_rules: Check if rule is a default ruleIdo Schimmel2017-03-161-0/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-154-65/+81
|\|
| * net: Resend IGMP memberships upon peer notification.Vlad Yasevich2017-03-141-0/+1
| * net: use net->count to check whether a netns is alive or notAndrey Vagin2017-03-131-3/+3
| * net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-49/+57
| * net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet2017-03-071-7/+8
| * net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet2017-03-071-7/+8
* | lwtunnel: remove unused but set variableRoopa Prabhu2017-03-131-2/+0
* | drop_monitor: use setup_timerGeliang Tang2017-03-121-3/+2
* | tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev2017-03-091-7/+6
* | ethtool: add CRC32 as an RSS hash functionJakub Kicinski2017-03-091-0/+1
* | net/socket: use per af lockdep classes for sk queuesPaolo Abeni2017-03-091-18/+78
* | flow_dissector: Move GRE dissection into a separate functionJiri Pirko2017-03-081-110/+134
* | flow_dissector: rename "proto again" goto labelJiri Pirko2017-03-081-4/+4
* | flow_dissector: Fix GRE header error pathJiri Pirko2017-03-081-3/+3
* | flow_dissector: Move MPLS dissection into a separate functionJiri Pirko2017-03-081-22/+34
* | flow_dissector: Move ARP dissection into a separate functionJiri Pirko2017-03-081-53/+67
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-042-13/+114
|\
| * net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo2017-03-021-5/+11
| * net: net_enable_timestamp() can be called from irq contextsEric Dumazet2017-03-011-4/+31
| * net: solve a NAPI raceEric Dumazet2017-03-011-4/+72
* | sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-023-0/+6
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-1/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
|/
* bpf: Fix bpf_xdp_event_outputMartin KaFai Lau2017-02-231-2/+2
* net: napi_watchdog() can use napi_schedule_irqoff()Eric Dumazet2017-02-211-1/+1
* net: sock: Use USEC_PER_SEC macro instead of literal 1000000Gao Feng2017-02-211-3/+3