summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2017-03-24net: Change return type of sk_busy_loop from bool to voidAlexander Duyck
2017-03-24net: Busy polling should ignore sender CPUsAlexander Duyck
2017-03-24secure_seq: downgrade to per-host timestamp offsetsFlorian Westphal
2017-03-24net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck
2017-03-24net: make in_aton() 32-bit internallyAlexey Dobriyan
2017-03-23net: neigh: guard against NULL solicit() methodEric Dumazet
2017-03-23Add a eBPF helper function to retrieve socket uidChenbo Feng
2017-03-23Add a helper function to get socket cookie in eBPFChenbo Feng
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-22socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann
2017-03-22rtnetlink: Add dump all for netconfDavid Ahern
2017-03-22net: convert sk_filter.refcnt from atomic_t to refcount_tReshetova, Elena
2017-03-22sock: introduce SO_MEMINFO getsockoptJosh Hunt
2017-03-22neighbour: fix nlmsg_pid in notificationsRoopa Prabhu
2017-03-22cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo
2017-03-21tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh
2017-03-21tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh
2017-03-16ipv4: fib_rules: Check if rule is a default ruleIdo Schimmel
2017-03-15net: properly release sk_frag.pageEric Dumazet
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-14net: Resend IGMP memberships upon peer notification.Vlad Yasevich
2017-03-13lwtunnel: remove unused but set variableRoopa Prabhu
2017-03-13net: use net->count to check whether a netns is alive or notAndrey Vagin
2017-03-12drop_monitor: use setup_timerGeliang Tang
2017-03-09tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-09ethtool: add CRC32 as an RSS hash functionJakub Kicinski
2017-03-09net/socket: use per af lockdep classes for sk queuesPaolo Abeni
2017-03-08flow_dissector: Move GRE dissection into a separate functionJiri Pirko
2017-03-08flow_dissector: rename "proto again" goto labelJiri Pirko
2017-03-08flow_dissector: Fix GRE header error pathJiri Pirko
2017-03-08flow_dissector: Move MPLS dissection into a separate functionJiri Pirko
2017-03-08flow_dissector: Move ARP dissection into a separate functionJiri Pirko
2017-03-07net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet
2017-03-07net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-02net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-01net: net_enable_timestamp() can be called from irq contextsEric Dumazet
2017-03-01net: solve a NAPI raceEric Dumazet
2017-02-23bpf: Fix bpf_xdp_event_outputMartin KaFai Lau
2017-02-21net: napi_watchdog() can use napi_schedule_irqoff()Eric Dumazet
2017-02-21net: sock: Use USEC_PER_SEC macro instead of literal 1000000Gao Feng
2017-02-21rtnl: simplify error return path in rtnl_create_link()Tobias Klauser
2017-02-17rtnl: don't account unused struct ifla_port_vsi in rtnl_port_sizeDaniel Borkmann
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann