summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \
| | * | | xfrm: fix state migration copy replay sequence numbersAntony Antony2017-05-191-0/+2
| | * | | xfrm: Fix NETDEV_DOWN with IPSec offloadIlan Tayari2017-05-081-1/+1
| | * | | af_key: Fix slab-out-of-bounds in pfkey_compile_policy.Steffen Klassert2017-05-081-1/+1
| | * | | xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca2017-05-041-47/+0
| | * | | esp4: Fix udpencap for local TCP packets.Steffen Klassert2017-05-041-1/+4
* | | | | Merge tag 'ceph-for-4.12-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-265-31/+26
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | libceph: cleanup old messages according to reconnect seqYan, Zheng2017-05-241-3/+12
| * | | | libceph: NULL deref on crush_decode() error pathDan Carpenter2017-05-231-0/+1
| * | | | libceph: fix error handling in process_one_ticket()Ilya Dryomov2017-05-231-5/+5
| * | | | libceph: validate blob_struct_v in process_one_ticket()Ilya Dryomov2017-05-231-0/+3
| * | | | libceph: drop version variable from ceph_monmap_decode()Ilya Dryomov2017-05-231-3/+1
| * | | | libceph: make ceph_msg_data_advance() return voidIlya Dryomov2017-05-231-7/+4
| * | | | libceph: use kbasename() and kill ceph_file_part()Ilya Dryomov2017-05-231-13/+0
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-2224-116/+299
|\ \ \ \ | |/ / / |/| | |
| * | | net: sched: cls_matchall: fix null pointer dereferenceJiri Pirko2017-05-221-1/+0
| * | | vsock: use new wait API for vsock_stream_sendmsg()WANG Cong2017-05-221-13/+8
| * | | ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet2017-05-221-7/+8
| * | | bridge: start hello_timer when enabling KERNEL_STP in br_stp_startXin Long2017-05-212-1/+2
| * | | arp: always override existing neigh entries with gratuitous ARPIhar Hrachyshka2017-05-211-4/+5
| * | | arp: postpone addr_type calculation to as late as possibleIhar Hrachyshka2017-05-211-7/+17
| * | | arp: decompose is_garp logic into a separate functionIhar Hrachyshka2017-05-211-12/+23
| * | | arp: fixed error in a commentIhar Hrachyshka2017-05-211-1/+1
| * | | tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang2017-05-211-0/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-2117-77/+238
| |\ \ \
| | * | | netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPATWillem de Bruijn2017-05-181-8/+13
| | * | | ebtables: arpreply: Add the standard target sanity checkGao Feng2017-05-161-0/+3
| | * | | netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso2017-05-155-17/+80
| | * | | netfilter: nf_tables: missing sanitization in data from userspacePablo Neira Ayuso2017-05-152-7/+24
| | * | | netfilter: nf_tables: can't assume lock is acquired when dumping set elemsLiping Zhang2017-05-152-23/+57
| | * | | netfilter: synproxy: fix conntrackd interactionEric Leblond2017-05-151-0/+4
| | * | | netfilter: xtables: zero padding in data_to_userWillem de Bruijn2017-05-152-6/+12