summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-267-17/+17
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-047-17/+17
| |\
| | * net/decnet: Replace rcu_barrier_bh() with rcu_barrier()Paul E. McKenney2018-12-011-1/+1
| | * net/core/skmsg: Replace call_rcu_sched() with call_rcu()Paul E. McKenney2018-12-011-1/+1
| | * net/bridge: Replace call_rcu_bh() and rcu_barrier_bh()Paul E. McKenney2018-12-012-8/+8
| | * net/core: Replace call_rcu_bh() and synchronize_rcu_bh()Paul E. McKenney2018-12-011-2/+2
| | * net/sched: Replace call_rcu_bh() and rcu_barrier_bh()Paul E. McKenney2018-12-012-5/+5
* | | tls: Do not call sk_memcopy_from_iter with zero lengthVakul Garg2018-12-211-4/+6
* | | ipv6: tunnels: fix two use-after-freeEric Dumazet2018-12-212-0/+2
* | | Prevent overflow of sk_msg in sk_msg_clone()Vakul Garg2018-12-211-0/+3
* | | packet: validate address lengthWillem de Bruijn2018-12-211-0/+4
* | | tcp: fix a race in inet_diag_dump_icsk()Eric Dumazet2018-12-201-1/+3
* | | ipv6: frags: Fix bogus skb->sk in reassembled packetsHerbert Xu2018-12-201-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-12-1944-165/+372
|\ \ \
| * | | rds: Fix warning.David S. Miller2018-12-191-1/+3
| * | | neighbor: NTF_PROXY is a valid ndm_flag for a dump requestDavid Ahern2018-12-191-1/+6
| * | | net/sched: cls_flower: Remove old entries from rhashtableRoi Dayan2018-12-191-4/+3
| * | | net/tls: allocate tls context using GFP_ATOMICGanesh Goudar2018-12-191-1/+1
| * | | gro_cell: add napi_disable in gro_cells_destroyLorenzo Bianconi2018-12-191-0/+1
| * | | ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang2018-12-191-1/+2
| * | | net/rds: remove user triggered WARN_ON in rds_sendmsgshamir rabinovitch2018-12-194-19/+29
| * | | net/rds: fix warn in rds_message_alloc_sgsshamir rabinovitch2018-12-193-42/+91
| * | | Merge tag 'mac80211-for-davem-2018-12-19' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-12-194-3/+11
| |\ \ \
| | * | | mac80211: free skb fraglist before freeing the skbSara Sharon2018-12-191-0/+5
| | * | | nl80211: fix memory leak if validate_pae_over_nl80211() failsJohannes Berg2018-12-191-1/+3
| | * | | mac80211: fix a kernel panic when TXing after TXQ teardownSara Sharon2018-12-182-2/+3
| * | | | net/smc: fix TCP fallback socket releaseMyungho Jung2018-12-182-2/+16
| * | | | tipc: check group dests after tipc_wait_for_cond()Cong Wang2018-12-181-4/+5
| * | | | VSOCK: Send reset control packet when socket is partially boundJorgen Hansen2018-12-181-17/+50
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-12-184-5/+17
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | xfrm_user: fix freeing of xfrm states on acquireMathias Krause2018-11-232-3/+9
| | * | | xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears th...Steffen Klassert2018-11-221-1/+6
| | * | | xfrm: Fix bucket count reported to userspaceBenjamin Poirier2018-11-061-1/+1
| | * | | xfrm: Fix error return code in xfrm_output_one()Wei Yongjun2018-10-281-0/+1
| * | | | net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn2018-12-174-6/+6
| * | | | ipv6: add missing tx timestamping on IPPROTO_RAWWillem de Bruijn2018-12-171-0/+2
| * | | | net: clear skb->tstamp in forwarding pathsEric Dumazet2018-12-152-0/+2
| * | | | net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek2018-12-151-6/+12
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-12-152-4/+22
| |\ \ \ \
| | * | | | bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2018-12-111-3/+17
| | * | | | net/flow_dissector: correctly cap nhoff and thoff in case of BPFStanislav Fomichev2018-12-071-1/+4
| | * | | | selftests/bpf: use thoff instead of nhoff in BPF flow dissectorStanislav Fomichev2018-12-071-0/+1
| * | | | | tipc: check tsk->group in tipc_wait_for_cond()Cong Wang2018-12-141-11/+14
| * | | | | net: Allow class-e address assignment via ifconfig ioctlDave Taht2018-12-142-2/+5
| * | | | | ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-141-0/+4
| * | | | | VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu2018-12-141-1/+6
| * | | | | net/tls: sleeping function from invalid contextAtul Gupta2018-12-141-13/+23
| * | | | | net/tls: Init routines in create_ctxAtul Gupta2018-12-141-3/+3
| * | | | | tipc: compare remote and local protocols in tipc_udp_enable()Cong Wang2018-12-141-0/+5
| * | | | | tipc: fix a double kfree_skb()Cong Wang2018-12-141-3/+1
OpenPOWER on IntegriCloud