aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-09net: allow to call netif_reset_xps_queues() under cpus_read_lockAndrei Vagin2-5/+19
2018-08-07flow_dissector: allow dissection of tunnel options from metadataSimon Horman1-1/+18
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-32/+109
2018-08-06net: avoid unnecessary sock_flag() check when enable timestampYafang Shao1-4/+4
2018-08-05net: check extack._msg before printLi RongQing1-1/+2
2018-08-05net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov1-1/+5
2018-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+1
2018-08-04net: Remove some unneeded semicolonzhong jiang1-1/+1
2018-08-03netfilter: nf_tables: add tunnel supportPablo Neira Ayuso1-0/+1
2018-08-03bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin1-1/+22
2018-08-02net/socket: remove duplicated init codeMatthieu Baerts1-48/+3
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+20
2018-08-02net: Fix coding style in skb_push()Ganesh Goudar1-1/+1
2018-07-31bpf: Support bpf_get_socket_cookie in more prog typesAndrey Ignatov1-0/+28
2018-07-31lwt_bpf: remove unnecessary rcu_read_lock in run_lwt_bpfTaehee Yoo1-2/+0
2018-07-31bpf: add End.DT6 action to bpf_lwt_seg6_action helperMathieu Xhonneux1-29/+59
2018-07-30fib_rules: NULL check before kfree is not neededYueHaibing1-2/+1
2018-07-30net/tc: introduce TC_ACT_REINSERT.Paolo Abeni1-1/+5
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-07-29net: report invalid mtu value via netlink extackStephen Hemminger2-7/+18
2018-07-29net: report min and max mtu network device settingsStephen Hemminger1-0/+6
2018-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-7/+10
2018-07-28bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()Taehee Yoo1-1/+1
2018-07-28bpf: fix bpf_skb_load_bytes_relative pkt length checkDaniel Borkmann1-5/+7
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-1/+1
2018-07-27xdp: add NULL pointer check in __xdp_return()Taehee Yoo1-1/+2
2018-07-26net: rollback orig value on failure of dev_qdisc_change_tx_queue_lenTariq Toukan1-7/+10
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+9
2018-07-24net: remove blank lines at end of fileStephen Hemminger1-1/+0
2018-07-24net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsiocTariq Toukan1-6/+1
2018-07-23sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann1-3/+3
2018-07-22rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu1-3/+6
2018-07-21net: skb_segment() should not return NULLEric Dumazet1-5/+5
2018-07-20net: create reusable function for getting ownership info of sysfs inodesTyler Hicks2-18/+28
2018-07-20net-sysfs: make sure objects belong to container's ownerDmitry Torokhov1-1/+46
2018-07-20net-sysfs: require net admin in the init ns for setting tx_maxrateTyler Hicks1-0/+3
2018-07-20net: Init backlog NAPI's gro_hash.David S. Miller1-6/+12
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller3-30/+136
2018-07-19flow_dissector: Dissect tos and ttl from the tunnel infoOr Gerlitz1-1/+13
2018-07-19net/page_pool: Fix inconsistent lock state warningTariq Toukan1-1/+1
2018-07-18pktgen: convert safe uses of strncpy() to strcpy() to avoid string truncation warningJakub Kicinski1-6/+4
2018-07-18net: Move skb decrypted field, avoid explicity copyStefano Brivio1-6/+0
2018-07-18xdp: fix uninitialized 'err' variableJakub Kicinski1-6/+9
2018-07-16net: Fix GRO_HASH_BUCKETS assertion.David S. Miller1-1/+1
2018-07-16net: convert gro_count to bitmaskLi RongQing1-12/+24
2018-07-16net: Add TLS RX offload featureIlya Lesokhin1-0/+1
2018-07-16net: Add decrypted field to skbBoris Pismenny1-0/+6
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-37/+116
2018-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-18/+21
2018-07-13skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio1-2/+1