aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-05-03Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-98/+28
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 477-7528/+13822
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-3/+3
2017-05-02tipc: refactor function tipc_sk_recv_stream()Gravatar Jon Paul Maloy 1-84/+71
2017-05-02tipc: refactor function tipc_sk_recvmsg()Gravatar Jon Paul Maloy 1-59/+50
2017-05-02ipx: call ipxitf_put() in ioctl error pathGravatar Dan Carpenter 1-3/+2
2017-05-02net: sched: add helpers to handle extended actionsGravatar Jiri Pirko 1-1/+1
2017-05-02tcp: fix wraparound issue in tcp_lpGravatar Eric Dumazet 1-2/+4
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+0
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-16/+12
2017-05-02bpf: Align packet data properly in program testing framework.Gravatar David Miller 1-5/+5
2017-05-02bpf: Do not dereference user pointer in bpf_test_finish().Gravatar David Miller 1-4/+5
2017-05-02audit: normalize NETFILTER_PKTGravatar Richard Guy Briggs 1-97/+27
2017-05-02netfilter: use consistent ipv4 network offset in xt_AUDITGravatar Richard Guy Briggs 1-1/+1
2017-05-02xdp: fix parameter kdoc for extackGravatar Jakub Kicinski 1-1/+1
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+2
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-11/+2
2017-05-01ipv6: Need to export ipv6_push_frag_opts for tunneling now.Gravatar David S. Miller 1-1/+1
2017-05-01xfrm: Indicate xfrm_state offload errorsGravatar Ilan Tayari 1-3/+6
2017-05-01net/esp4: Fix invalid esph pointer crashGravatar Ilan Tayari 1-0/+1
2017-05-01ip6_tunnel: Fix missing tunnel encapsulation limit optionGravatar Craig Gallek 1-2/+2
2017-05-01iov_iter: don't revert iov buffer if csum errorGravatar Ding Tianhong 1-6/+7
2017-05-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 9-884/+324
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+103
2017-05-01flower: check unused bits in MPLS fieldsGravatar Benjamin LaHaise 1-10/+22
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 94-737/+765
2017-05-01xdp: propagate extended ack to XDP setupGravatar Jakub Kicinski 2-6/+12
2017-05-01netfilter: nf_ct_ext: invoke destroy even when ext is not attachedGravatar Liping Zhang 1-6/+2
2017-05-01Merge tag 'ipvs3-for-v4.12' of http://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Pablo Neira Ayuso 2-23/+1
2017-05-01netfilter: snmp: avoid stack size warningGravatar Florian Westphal 1-6/+6
2017-05-01netfilter: nf_queue: only call synchronize_net twice if nf_queue is activeGravatar Florian Westphal 4-22/+26
2017-05-01netfilter: nf_log: don't call synchronize_rcu in nf_log_unsetGravatar Florian Westphal 2-2/+1
2017-05-01netfilter: batch synchronize_net calls during hook unregisterGravatar Florian Westphal 1-6/+40
2017-04-30net: bridge: Fix improper taking over HW learned FDBGravatar Arkadi Sharshevsky 1-5/+3
2017-04-30ipv4: get rid of ip_ra_lockGravatar WANG Cong 1-10/+2
2017-04-30lwtunnel: fix error path in lwtunnel_fill_encap()Gravatar Dan Carpenter 1-3/+4
2017-04-30net: Initialise init_net.count to 1Gravatar David Howells 1-1/+2
2017-04-30Merge tag 'linux-can-next-for-4.12-20170427' of git://git.kernel.org/pub/scm/...Gravatar David S. Miller 1-8/+13
2017-04-30tcp: fix access to sk->sk_state in tcp_poll()Gravatar Davide Caratti 1-1/+1
2017-04-30bpf: restore skb->sk before pskb_trim() callGravatar Eric Dumazet 1-1/+1
2017-04-30Bluetooth: Add selftest for ECDH key generationGravatar Marcel Holtmann 2-3/+38
2017-04-30Bluetooth: zero kpp input for key generationGravatar Marcel Holtmann 1-0/+1
2017-04-30Bluetooth: Fix user channel for 32bit userspace on 64bit kernelGravatar Szymon Janc 1-1/+2
2017-04-30Bluetooth: allocate data for kpp on heapGravatar Salvatore Benedetto 2-11/+33
2017-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 6-13/+53
2017-04-28net: adjust skb->truesize in ___pskb_trim()Gravatar Eric Dumazet 1-0/+2
2017-04-28tcp: do not underestimate skb->truesize in tcp_trim_head()Gravatar Eric Dumazet 1-7/+12
2017-04-28ipv4: Don't pass IP fragments to upper layer GRO handlers.Gravatar Steffen Klassert 1-0/+3
2017-04-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 2-10/+2
2017-04-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 2-1/+5