summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-112-6/+283
* bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-111-0/+8
* net: Add ID (if needed) to sock_reuseport and expose reuseport_lockMartin KaFai Lau2018-08-111-1/+26
* tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau2018-08-111-0/+1
* xdp: Helpers for disabling napi_direct of xdp_return_frameToshiaki Makita2018-08-101-2/+4
* bpf: Make redirect_info accessible from modulesToshiaki Makita2018-08-101-18/+11Star
* net: Export skb_headers_offset_updateToshiaki Makita2018-08-101-1/+2
* Revert "xdp: add NULL pointer check in __xdp_return()"Björn Töpel2018-08-101-2/+1Star
* flow_dissector: allow dissection of tunnel options from metadataSimon Horman2018-08-071-1/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-072-32/+109
|\
| * bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin2018-08-031-1/+22
| * bpf: Support bpf_get_socket_cookie in more prog typesAndrey Ignatov2018-07-311-0/+28
| * lwt_bpf: remove unnecessary rcu_read_lock in run_lwt_bpfTaehee Yoo2018-07-311-2/+0Star
| * bpf: add End.DT6 action to bpf_lwt_seg6_action helperMathieu Xhonneux2018-07-311-29/+59
* | net: avoid unnecessary sock_flag() check when enable timestampYafang Shao2018-08-061-4/+4
* | net: check extack._msg before printLi RongQing2018-08-061-1/+2
* | net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov2018-08-061-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-08-061-0/+1
|\ \
| * | netfilter: nf_tables: add tunnel supportPablo Neira Ayuso2018-08-031-0/+1
* | | net: Remove some unneeded semicolonzhong jiang2018-08-041-1/+1
* | | net/socket: remove duplicated init codeMatthieu Baerts2018-08-021-48/+3Star
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-024-14/+20
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-293-7/+10
| |\ \ \
| | * | | bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()Taehee Yoo2018-07-281-1/+1
| | * | | bpf: fix bpf_skb_load_bytes_relative pkt length checkDaniel Borkmann2018-07-281-5/+7
| | * | | xdp: add NULL pointer check in __xdp_return()Taehee Yoo2018-07-271-1/+2
| * | | | net: rollback orig value on failure of dev_qdisc_change_tx_queue_lenTariq Toukan2018-07-261-7/+10
* | | | | net: Fix coding style in skb_push()Ganesh Goudar2018-08-021-1/+1
* | | | | fib_rules: NULL check before kfree is not neededYueHaibing2018-07-301-2/+1Star
* | | | | net/tc: introduce TC_ACT_REINSERT.Paolo Abeni2018-07-301-1/+5
* | | | | net: simplify sock_poll_waitChristoph Hellwig2018-07-301-1/+1
* | | | | net: report invalid mtu value via netlink extackStephen Hemminger2018-07-292-7/+18
* | | | | net: report min and max mtu network device settingsStephen Hemminger2018-07-291-0/+6
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-07-271-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | xfrm: Add a new lookup key to match xfrm interfaces.Steffen Klassert2018-06-231-1/+1
* | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-253-9/+9
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann2018-07-241-3/+3
| | |/ | |/|
| * | rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu2018-07-221-3/+6
| * | net: skb_segment() should not return NULLEric Dumazet2018-07-221-5/+5
| * | net/page_pool: Fix inconsistent lock state warningTariq Toukan2018-07-201-1/+1
* | | net: remove blank lines at end of fileStephen Hemminger2018-07-241-1/+0Star
* | | net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsiocTariq Toukan2018-07-241-6/+1Star
* | | net: create reusable function for getting ownership info of sysfs inodesTyler Hicks2018-07-212-18/+28
* | | net-sysfs: make sure objects belong to container's ownerDmitry Torokhov2018-07-211-1/+46
* | | net-sysfs: require net admin in the init ns for setting tx_maxrateTyler Hicks2018-07-211-0/+3
* | | net: Init backlog NAPI's gro_hash.David S. Miller2018-07-211-6/+12
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-213-30/+136
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-131-18/+21
| |\ \
| | * | bpf: fix availability probing for seg6 helpersMathieu Xhonneux2018-07-111-15/+8Star
| | * | bpf: fix ldx in ld_abs rewrite for large offsetsDaniel Borkmann2018-07-101-3/+13