aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-14net: Add ESP offload featuresSteffen Klassert1-0/+3
2017-04-11bpf: pass sk to helper functionsWillem de Bruijn1-1/+6
2017-04-11devlink: fix return value check in devlink_dpipe_header_put()Wei Yongjun1-1/+1
2017-04-11bpf: remove struct bpf_prog_type_listJohannes Berg1-68/+7
2017-04-09Revert "rtnl: Add support for netdev event to link messages"David S. Miller2-84/+10
2017-04-08New getsockopt option to get socket cookieChenbo Feng1-0/+8
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+36
2017-04-05rtnl: Add support for netdev event to link messagesVlad Yasevich2-10/+84
2017-04-05rtnetlink: Convert rtnetlink_event to white listVlad Yasevich1-14/+17
2017-04-03soreuseport: use "unsigned int" in __reuseport_alloc()Alexey Dobriyan1-2/+2
2017-04-03flowcache: more "unsigned int"Alexey Dobriyan1-6/+7
2017-04-03flowcache: make flow_cache_hash_size() return "unsigned int"Alexey Dobriyan1-6/+8
2017-04-03flowcache: make flow_key_size() return "unsigned int"Alexey Dobriyan1-3/+3
2017-04-03flow dissector: correct size of storage for ARPSimon Horman1-1/+1
2017-04-01bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov1-0/+5
2017-03-30sock: avoid dirtying sk_stamp, if possiblePaolo Abeni1-1/+1
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+1
2017-03-28devlink: Support for pipeline debug (dpipe)Arkadi Sharshevsky1-0/+836
2017-03-24net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala1-0/+12
2017-03-24net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala2-13/+19
2017-03-24net: Track start of busy loop instead of when it should endAlexander Duyck1-3/+3
2017-03-24net: Change return type of sk_busy_loop from bool to voidAlexander Duyck2-16/+17
2017-03-24net: Busy polling should ignore sender CPUsAlexander Duyck1-4/+9
2017-03-24secure_seq: downgrade to per-host timestamp offsetsFlorian Westphal1-2/+29
2017-03-24net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck1-2/+4
2017-03-24net: make in_aton() 32-bit internallyAlexey Dobriyan1-1/+1
2017-03-23net: neigh: guard against NULL solicit() methodEric Dumazet1-1/+2
2017-03-23Add a eBPF helper function to retrieve socket uidChenbo Feng1-0/+22
2017-03-23Add a helper function to get socket cookie in eBPFChenbo Feng2-1/+18
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-27/+48
2017-03-22socket, 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-21tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh1-6/+11
2017-03-21tcp: 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-15net: 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-13lwtunnel: remove unused but set variableRoopa Prabhu1-2/+0
2017-03-13net: use net->count to check whether a netns is alive or notAndrey Vagin1-3/+3
2017-03-12drop_monitor: use setup_timerGeliang Tang1-3/+2
2017-03-09tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev1-7/+6
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-49/+57
2017-03-09ethtool: add CRC32 as an RSS hash functionJakub Kicinski1-0/+1
2017-03-09net/socket: use per af lockdep classes for sk queuesPaolo Abeni1-18/+78
2017-03-08flow_dissector: Move GRE dissection into a separate functionJiri Pirko1-110/+134