summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dccp: drop unneeded newlineJulia Lawall2018-01-021-1/+1
* net: sched: fix skb leak in dev_requeue_skb()Wei Yongjun2018-01-021-8/+21
* net: sched: Move offload check till after dump callNogah Frankel2018-01-021-3/+2
* net_sch: red: Fix the new offload indicationNogah Frankel2018-01-021-12/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-2917-50/+198
|\
| * strparser: Call sock_owned_by_user_nocheckTom Herbert2017-12-281-1/+1
| * skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn2017-12-281-3/+3
| * tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan2017-12-281-1/+1
| * sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang2017-12-271-2/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-276-5/+122
| |\
| | * xfrm: Reinject transport-mode packets through taskletHerbert Xu2017-12-193-2/+77
| | * xfrm: put policies when reusing pcpu xdst entryFlorian Westphal2017-12-121-0/+1
| | * xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert2017-12-081-0/+9
| | * xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony2017-12-081-0/+1
| | * xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert2017-12-011-1/+7
| | * xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)Aviv Heller2017-12-011-1/+11
| | * xfrm: fix XFRMA_OUTPUT_MARK policy entryMichal Kubecek2017-12-011-1/+1
| | * xfrm: check id proto in validate_tmpl()Cong Wang2017-11-291-0/+15
| * | tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error pathTommi Rantala2017-12-271-1/+5
| * | tipc: error path leak fixes in tipc_enable_bearer()Tommi Rantala2017-12-271-1/+4
| * | RDS: Check cmsg_len before dereferencing CMSG_DATAAvinash Repaka2017-12-271-0/+3
| * | tipc: fix memory leak of group member when peer node is lostJon Maloy2017-12-261-9/+18
| * | net: sched: fix possible null pointer deref in tcf_block_putJiri Pirko2017-12-261-0/+2
| * | tipc: base group replicast ack counter on number of actual receiversJon Maloy2017-12-261-1/+3
| * | net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap()Cong Wang2017-12-261-1/+3
| * | ip6_gre: fix device features for ioctl setupAlexey Kodanev2017-12-261-25/+32
* | | net: sched: don't set extack message in case the qdisc will be createdJiri Pirko2017-12-281-3/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-271-2/+3
|\ \ \
| * | | bpf: make function xdp_do_generic_redirect_map() staticXiongwei Song2017-12-191-2/+3
* | | | tcp: do not allocate linear memory for zerocopy skbsWillem de Bruijn2017-12-271-4/+7
* | | | tcp: place all zerocopy payload in fragsWillem de Bruijn2017-12-271-4/+5
* | | | tcp: push full zerocopy packetsWillem de Bruijn2017-12-271-1/+3
* | | | skbuff: in skb_segment, call zerocopy functions once per nskbWillem de Bruijn2017-12-271-5/+9
* | | | rds: tcp: cleanup if kmem_cache_alloc fails in rds_tcp_conn_alloc()Sowmini Varadhan2017-12-271-20/+26
* | | | rds: tcp: initialize t_tcp_detached to falseSowmini Varadhan2017-12-271-0/+1
* | | | rds; Reset rs->rs_bound_addr in rds_add_bound() failure pathSowmini Varadhan2017-12-271-0/+1
* | | | l2tp: add peer_offset parameterLorenzo Bianconi2017-12-274-8/+37
* | | | l2tp: fix missing print session offset infoHangbin Liu2017-12-271-0/+2
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-2710-176/+283
|\ \ \ \
| * | | | xfrm: check for xdo_dev_ops add and deleteShannon Nelson2017-12-211-13/+18
| * | | | esp: Don't require synchronous crypto fallback on offloading anymore.Steffen Klassert2017-12-202-20/+4
| * | | | xfrm: Allow to use the layer2 IPsec GSO codepath for software crypto.Steffen Klassert2017-12-201-2/+2
| * | | | net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert2017-12-206-31/+152
| * | | | xfrm: Separate ESP handling from segmentation for GRO packets.Steffen Klassert2017-12-206-129/+126
* | | | | net: erspan: remove md NULL checkWilliam Tu2017-12-262-9/+0
* | | | | tcp: md5: Handle RCU dereference of md5sig_infoMat Martineau2017-12-261-1/+1
* | | | | ipv6: Reinject IPv6 packets if IPsec policy matches after SNATTobias Brunner2017-12-261-0/+8
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-2222-132/+225
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn2017-12-211-1/+2
| * | | | skbuff: orphan frags before zerocopy cloneWillem de Bruijn2017-12-211-2/+2
OpenPOWER on IntegriCloud