summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skbMateusz Jurczyk2017-06-081-1/+3
* | Revert "decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_...David S. Miller2017-06-081-3/+1
* | decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skbMateusz Jurczyk2017-06-081-1/+3
* | net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-0721-45/+48
* | net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko2017-06-071-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-06-0629-179/+186
|\ \
| * | net: bridge: fix a null pointer dereference in br_afspecNikolay Aleksandrov2017-06-061-1/+1
| * | net/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines2017-06-061-1/+5
| * | Revert "sit: reload iphdr in ipip6_rcv"David S. Miller2017-06-061-1/+0
| * | devlink: fix potential memort leakHaishuang Yan2017-06-051-2/+6
| * | sit: reload iphdr in ipip6_rcvHaishuang Yan2017-06-041-0/+1
| * | net: ping: do not abuse udp_poll()Eric Dumazet2017-06-043-3/+3
| * | net: dsa: Fix stale cpu_switch reference after unbind then bindFlorian Fainelli2017-06-041-1/+3
| * | ipv6: Fix leak in ipv6_gso_segment().David S. Miller2017-06-041-1/+3
| * | sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh2017-06-041-1/+4
| * | ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie2017-06-041-0/+3
| * | tcp: disallow cwnd undo when switching congestion controlYuchung Cheng2017-06-021-0/+1
| * | ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings2017-06-022-0/+4
| * | Merge tag 'mac80211-for-davem-2017-06-02' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-06-026-101/+72
| |\ \
| | * | mac80211: fix dropped counter in multiqueue RXJohannes Berg2017-06-011-1/+1
| | * | mac80211: fix TX aggregation start/stop callback raceJohannes Berg2017-05-305-100/+71
| * | | net: dsa: Move dsa_switch_{suspend,resume} out of legacy.cFlorian Fainelli2017-06-022-47/+47
| * | | net: bridge: start hello timer only if device is upNikolay Aleksandrov2017-06-011-1/+2
| * | | netlink: don't send unknown nsidNicolas Dichtel2017-06-011-1/+3
| * | | mpls: fix clearing of dead nh_flags on link upRoopa Prabhu2017-05-311-1/+1
| * | | tcp: reinitialize MTU probing when setting MSS in a TCP repairDouglas Caetano dos Santos2017-05-311-2/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-294-16/+24
| |\ \ \
| | * | | netfilter: ctnetlink: fix incorrect nf_ct_put during hash resizeLiping Zhang2017-05-241-1/+6
| | * | | netfilter: nat: use atomic bit op to clear the _SRC_NAT_DONE_BITLiping Zhang2017-05-231-1/+1
| | * | | netfilter: nft_set_rbtree: handle element re-addition after deletionPablo Neira Ayuso2017-05-231-11/+11
| | * | | netfilter: conntrack: fix false CRC32c mismatch using paged skbDavide Caratti2017-05-231-3/+6
* | | | | Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-06-042-5/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()NeilBrown2017-05-311-1/+6
| * | | | xprtrdma: Delete an error message for a failed memory allocation in xprt_rdma...Markus Elfring2017-05-241-4/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-2624-114/+126
|\ \ \ \ \
| * | | | | ipv4: add reference counting to metricsEric Dumazet2017-05-263-17/+33
| * | | | | ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson2017-05-262-14/+20
| * | | | | sctp: fix ICMP processing if skb is non-linearDavide Caratti2017-05-261-7/+9
| * | | | | net: llc: add lock_sock in llc_ui_bind to avoid a race conditionlinzhang2017-05-261-0/+3
| * | | | | bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann2017-05-251-0/+1
| * | | | | arp: fixed -Wuninitialized compiler warningIhar Hrachyshka2017-05-251-1/+1
| * | | | | tcp: avoid fastopen API to be used on AF_UNSPECWei Wang2017-05-251-2/+5
| * | | | | net: move somaxconn init from sysctl codeRoman Kapl2017-05-252-2/+19
| | |_|/ / | |/| | |
| * | | | Merge tag 'mac80211-for-davem-2017-05-23' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-05-243-9/+12
| |\ \ \ \
| | * | | | cfg80211: make cfg80211_sched_scan_results() work from atomic contextArend Van Spriel2017-05-231-4/+4
| | * | | | mac80211: strictly check mesh address extension modeRajkumar Manoharan2017-05-172-5/+8
| * | | | | net: rtnetlink: bail out from rtnl_fdb_dump() on parse errorAlexander Potapenko2017-05-241-2/+5
| * | | | | sctp: set new_asoc temp when processing dupcookieXin Long2017-05-242-9/+7
| * | | | | sctp: fix stream update when processing dupcookieXin Long2017-05-241-1/+3
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-05-235-50/+8
| |\ \ \ \ \
OpenPOWER on IntegriCloud