summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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/+1Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-281-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/+4Star
| * | | | | 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/+126Star
* | | | | | net: erspan: remove md NULL checkWilliam Tu2017-12-262-9/+0Star
* | | | | | 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
| * | | | | net: reevalulate autoflowlabel setting after sysctl settingShaohua Li2017-12-213-3/+11
| * | | | | openvswitch: Fix pop_vlan action for double tagged framesEric Garver2017-12-211-3/+12
| * | | | | ipv6: Honor specified parameters in fibmatch lookupIdo Schimmel2017-12-211-8/+11
| * | | | | ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel2017-12-201-2/+7
| * | | | | tipc: remove joining group member from congested listJon Maloy2017-12-201-4/+2Star
| * | | | | cls_bpf: fix offload assumptions after callback conversionJakub Kicinski2017-12-201-55/+38Star
| * | | | | net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman2017-12-201-1/+1
| * | | | | ipv4: fib: Fix metrics match when deleting a routePhil Sutter2017-12-191-2/+6
| * | | | | tipc: fix list sorting bug in function tipc_group_update_member()Jon Maloy2017-12-191-2/+1Star
| * | | | | ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long2017-12-191-2/+7
| * | | | | ip6_gre: remove the incorrect mtu limit for ipgre tapXin Long2017-12-191-0/+1
| * | | | | ip_gre: remove the incorrect mtu limit for ipgre tapXin Long2017-12-191-0/+1
| * | | | | Merge tag 'mac80211-for-davem-2017-12-19' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-12-194-23/+100
| |\ \ \ \ \
| | * | | | | cfg80211: ship certificates as hex filesJohannes Berg2017-12-193-20/+95
| | * | | | | cfg80211: always rewrite generated files from scratchThierry Reding2017-12-191-2/+2
| | * | | | | nl80211: fix nl80211_send_iface() error pathsJohannes Berg2017-12-111-2/+4
| * | | | | | net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaksNikolay Aleksandrov2017-12-181-5/+6
| * | | | | | sctp: add SCTP_CID_RECONF conversion in sctp_cnameXin Long2017-12-181-0/+3
| * | | | | | sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renegeXin Long2017-12-181-16/+8Star
| * | | | | | tipc: remove leaving group member from all listsJon Maloy2017-12-181-2/+4