summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| * sctp: rename sp strm_interleave to ep intl_enableXin Long2019-07-091-1/+1
| * sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long2019-07-091-16/+17
| * sctp: remove prsctp_enable from asocXin Long2019-07-091-2/+1Star
| * sctp: remove reconf_enable from asocXin Long2019-07-091-2/+1Star
| * net: sched: add mpls manipulation actions to TCJohn Hurley2019-07-091-0/+30
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-095-5/+16
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-031-0/+5
| | |\
| | | * xdp: fix hang while unregistering device bound to xdp socketIlya Maximets2019-07-031-0/+5
| | * | net/tls: make sure offload also gets the keys wipedJakub Kicinski2019-07-021-0/+1
| | * | net:gue.h:Fix shifting signed 32-bit value by 31 bits problemVandana BN2019-07-011-1/+1
| | * | net: dst.h: Fix shifting signed 32-bit value by 31 bits problemVandana BN2019-07-011-1/+1
| | * | net: make skb_dst_force return true when dst is refcountedFlorian Westphal2019-06-291-1/+4
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-06-281-2/+4
| | |\ \
| | | * | ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov2019-06-251-2/+4
| * | | | ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn2019-07-091-1/+13
| * | | | coallocate socket_wq with socket itselfAl Viro2019-07-091-2/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-092-3/+3
| |\ \ \ \
| | * | | | xdp: fix race on generic receive pathIlya Maximets2019-07-091-0/+2
| | * | | | bpf: avoid unused variable warning in tcp_bpf_rtt()Arnd Bergmann2019-07-081-3/+1Star
| * | | | | net: core: page_pool: add user refcnt and reintroduce page_pool_destroyIvan Khoronzhuk2019-07-081-0/+25
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-07-084-2/+51
| |\ \ \ \ \
| | * | | | | netfilter: nft_meta: move bridge meta keys into nft_meta_bridgewenxu2019-07-051-0/+44
| | * | | | | netfilter: nf_tables: Add synproxy supportFernando Fernandez Mancera2019-07-052-0/+6
| | * | | | | netfilter: nf_queue: remove unused hook entries pointerFlorian Westphal2019-07-041-2/+1Star
| * | | | | | Bluetooth: Add support for LE ping featureSpoorthi Ravishankar Koppad2019-07-062-0/+24
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-07-061-30/+23Star
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | xfrm: remove get_mtu indirection from xfrm_typeFlorian Westphal2019-07-011-3/+1Star
| | * | | | | xfrm: remove type and offload_type map from xfrm_state_afinfoFlorian Westphal2019-06-061-4/+12
| | * | | | | xfrm: remove eth_proto value from xfrm_state_afinfoFlorian Westphal2019-06-061-4/+2Star
| | * | | | | xfrm: remove state and template sort indirections from xfrm_state_afinfoFlorian Westphal2019-06-061-11/+7Star
| | * | | | | xfrm: remove init_flags indirection from xfrm_state_afinfoFlorian Westphal2019-06-051-1/+0Star
| | * | | | | xfrm: remove init_temprop indirection from xfrm_state_afinfoFlorian Westphal2019-06-051-4/+0Star
| | * | | | | xfrm: remove init_tempsel indirection from xfrm_state_afinfoFlorian Westphal2019-06-051-2/+0Star
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-042-3/+32
| |\ \ \ \ \ \
| | * | | | | | bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTTStanislav Fomichev2019-07-031-0/+8
| | * | | | | | xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy2019-06-271-3/+3
| | * | | | | | xsk: Add API to check for available entries in FQMaxim Mikityanskiy2019-06-271-0/+21
| * | | | | | | bonding: add an option to specify a delay between peer notificationsVincent Bernat2019-07-042-0/+2
| * | | | | | | inet: factor out inet_send_prepare()Paolo Abeni2019-07-031-0/+1
| * | | | | | | net: page_pool: add helper function for retrieving dma directionIlias Apalodimas2019-07-021-0/+9
| * | | | | | | ipv6: icmp: allow flowlabel reflection in echo repliesEric Dumazet2019-07-011-0/+7
| * | | | | | | Merge tag 'mlx5e-updates-2019-06-28' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2019-07-011-2/+4
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-06-291-2/+4
| | |\ \ \ \ \ \ \
| | | * | | | | | | net/mlx5: Declare more strictly devlink encap modeLeon Romanovsky2019-06-161-2/+4
| * | | | | | | | | net: sched: refactor reinsert actionJohn Hurley2019-06-282-2/+2
| |/ / / / / / / /
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-283-17/+3Star
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | / / / | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2019-06-25109-641/+531Star
| |\ \ \ \ \ \ \
| | * | | | | | | ipv6: Dump route exceptions if requestedStefano Brivio2019-06-242-1/+2
| | * | | | | | | ipv4: Dump route exceptions if requestedStefano Brivio2019-06-241-0/+4
| | * | | | | | | fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio2019-06-241-0/+2
| | | |_|/ / / / | | |/| | | | |