aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-10-09Merge tag 'nfs-for-4.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsHEADmasterLinus Torvalds1-1/+1
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds23-137/+160
2017-10-04net: 8021q: skip packets if the vlan is downVishakha Narvekar1-0/+6
2017-10-03net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov1-0/+3
2017-10-02socket, bpf: fix possible use after freeEric Dumazet2-5/+12
2017-10-01l2tp: fix l2tp_eth module loadingGuillaume Nault1-49/+2
2017-10-01ip_gre: erspan device should keep dstXin Long1-0/+1
2017-10-01ip_gre: set tunnel hlen properly in erspan_tunnel_initXin Long1-1/+3
2017-10-01ip_gre: check packet length and mtu correctly in erspan_xmitXin Long1-1/+1
2017-10-01ip_gre: get key from session_id correctly in erspan_rcvXin Long1-3/+1
2017-10-01sunrpc: remove redundant initialization of sockColin Ian King1-1/+1
2017-10-01tipc: use only positive error codes in messagesParthasarathy Bhuvaragan1-1/+1
2017-10-01udp: perform source validation for mcast early demuxPaolo Abeni2-21/+38
2017-10-01IPv4: early demux can return an error codePaolo Abeni3-19/+26
2017-10-01ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx pathXin Long1-2/+3
2017-10-01ip6_gre: ip6gre_tap device should keep dstXin Long1-0/+1
2017-10-01ip_gre: ipgre_tap device should keep dstXin Long1-0/+1
2017-09-30netlink: do not proceed if dump's start() errsJason A. Donenfeld1-2/+5
2017-09-28Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"Linus Torvalds2-16/+0
2017-09-28net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch1-0/+2
2017-09-28packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn1-1/+3
2017-09-28packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn1-3/+5
2017-09-28net: dsa: Fix network device registration orderFlorian Fainelli1-13/+18
2017-09-28inetpeer: fix RCU lookup() againEric Dumazet1-2/+2
2017-09-26sctp: Fix a big endian bug in sctp_diag_dump()Dan Carpenter1-1/+3
2017-09-26l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca2-7/+8
2017-09-26vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2-2/+4
2017-09-25l2tp: fix race between l2tp_session_delete() and l2tp_tunnel_closeall()Guillaume Nault2-0/+7
2017-09-25l2tp: ensure sessions are freed after their PPPOL2TP socketGuillaume Nault1-4/+4
2017-09-25IB: Correct MR length field to be 64-bitParav Pandit1-1/+1
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-125/+206
2017-09-22inet: fix improper empty comparisonJosef Bacik1-1/+1
2017-09-22net: use inet6_rcv_saddr to compare socketsJosef Bacik1-1/+1
2017-09-22net: set tb->fast_sk_familyJosef Bacik1-0/+2
2017-09-22net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn1-2/+6
2017-09-21net/smc: no close wait in case of process shut downUrsula Braun1-7/+8
2017-09-21net/smc: introduce a delayUrsula Braun3-10/+16
2017-09-21net/smc: terminate link group if out-of-sync is receivedUrsula Braun3-11/+8
2017-09-21net/smc: longer delay for client link group removalUrsula Braun1-4/+12
2017-09-21net/smc: adapt send request completion notificationUrsula Braun1-1/+1
2017-09-21net/smc: adjust net_device refcountUrsula Braun1-1/+3
2017-09-21net/smc: take RCU read lock for routing cache lookupUrsula Braun1-3/+7
2017-09-21net/smc: add receive timeout checkHans Wippel1-0/+2
2017-09-21net/smc: add missing dev_putHans Wippel1-0/+1
2017-09-21net: ethtool: Add back transceiver typeFlorian Fainelli1-0/+2
2017-09-21net_sched: remove cls_flower idr on failureCong Wang1-6/+9
2017-09-21net_sched/hfsc: fix curve activation in hfsc_change_class()Konstantin Khlebnikov1-4/+19
2017-09-21net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov1-0/+1
2017-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-7/+19
2017-09-20net: change skb->mac_header when Generic XDP calls adjust_headEdward Cree1-0/+1
2017-09-20net: compat: assert the size of cmsg copied in is as expectedMeng Xu1-0/+7
2017-09-20packet: hold bind lock when rebinding to fanout hookWillem de Bruijn1-5/+11
2017-09-19ipv6: fix net.ipv6.conf.all interface DAD handlersMatteo Croce1-7/+20
2017-09-19net: ipv6: fix regression of no RTM_DELADDR sent after DAD failureMike Manning1-2/+3
2017-09-19bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann1-9/+15
2017-09-19tcp: fastopen: fix on syn-data transmit failureEric Dumazet1-0/+9
2017-09-19libceph: don't allow bidirectional swap of pg-upmap-itemsIlya Dryomov1-10/+25
2017-09-19Merge tag 'mac80211-for-davem-2017-11-19' of git://git.kernel.org/pub/scm/lin...David S. Miller1-0/+6
2017-09-18tcp: remove two unused functionsYuchung Cheng1-34/+0
2017-09-18net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti1-0/+1
2017-09-18ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdlineXin Long1-0/+3
2017-09-18ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long1-10/+11
2017-09-18nl80211: fix null-ptr dereference on invalid mesh configurationJohannes Berg1-0/+3
2017-09-18udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan1-0/+1
2017-09-18netfilter: ipset: ipset list may return wrong member count for set with timeoutVishwanath Pai1-1/+13
2017-09-18netfilter: nat: Do not use ARRAY_SIZE() on spinlocks to fix zero divGeert Uytterhoeven1-6/+6
2017-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-109/+141
2017-09-16tcp: fix data delivery rateEric Dumazet1-4/+3
2017-09-15sctp: do not mark sk dumped when inet_sctp_diag_fill returns errXin Long1-1/+0
2017-09-15sctp: fix an use-after-free issue in sctp_sock_dumpXin Long2-38/+34
2017-09-15tcp: update skb->skb_mstamp more carefullyEric Dumazet1-7/+12
2017-09-15net: ipv4: fix l3slave check for index returned in IP_PKTINFODavid Ahern1-2/+6
2017-09-15nl80211: check for the required netlink attributes presenceVladis Dronov1-0/+3
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-9/+5
2017-09-14tls: make tls_sw_free_resources staticTobias Klauser1-1/+1
2017-09-13net_sched: gen_estimator: fix scaling error in bytes/packets samplesEric Dumazet1-2/+2
2017-09-13net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walkerJiri Pirko1-2/+4
2017-09-12ip6_tunnel: fix ip6 tunnel lookup in collect_md modeHaishuang Yan1-1/+1
2017-09-12ip_tunnel: fix ip tunnel lookup in collect_md modeHaishuang Yan1-1/+1
2017-09-12net_sched: carefully handle tcf_block_put()Cong Wang1-6/+18
2017-09-12net_sched: fix reference counting of tc filter chainCong Wang1-21/+26
2017-09-12net_sched: get rid of tcfa_rcuCong Wang1-9/+8
2017-09-12tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet1-1/+1
2017-09-12openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()'Christophe JAILLET1-1/+2
2017-09-12Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2-6/+5
2017-09-11Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-554/+712
2017-09-11net/sched: fix pointer check in gen_handleJosh Hunt1-1/+1
2017-09-11ipv6: sr: remove duplicate routing header type checkDavid Lebrun1-4/+0
2017-09-11xdp: implement xdp_redirect_map for generic XDPJesper Dangaard Brouer1-12/+26
2017-09-09Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri1-37/+43
2017-09-09Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-115/+53
2017-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds35-177/+323
2017-09-08bpf: make error reporting in bpf_warn_invalid_xdp_action more clearDaniel Borkmann1-1/+5
2017-09-08net: rcu lock and preempt disable missing around generic xdpJohn Fastabend1-9/+16
2017-09-08bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann1-2/+19
2017-09-08ip6_tunnel: fix setting hop_limit value for ipv6 tunnelHaishuang Yan1-0/+1
2017-09-08ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan1-2/+2
2017-09-08ipv6: fix typo in fib6_net_exit()Eric Dumazet1-1/+1
2017-09-08tcp: fix a request socket leakEric Dumazet2-6/+6
2017-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller7-88/+87
2017-09-08sctp: fix missing wake ups in some situationsMarcelo Ricardo Leitner1-1/+2
2017-09-08netfilter: xt_hashlimit: fix build error caused by 64bit divisionVishwanath Pai1-5/+7
2017-09-08netfilter: xt_hashlimit: alloc hashtable with right sizeZhizhou Tian1-2/+2
2017-09-08netfilter: core: remove erroneous warn_onFlorian Westphal1-1/+1
2017-09-08netfilter: nat: use keyed locksFlorian Westphal1-12/+24
2017-09-08netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal1-77/+53
2017-09-08netfilter: xtables: add scheduling opportunity in get_countersFlorian Westphal3-0/+3
2017-09-08netfilter: nf_nat: don't bug when mapping already existsFlorian Westphal1-1/+3
2017-09-08ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca1-6/+19
2017-09-08netfilter: ipvs: do not create conn for ABORT packet in sctp_conn_scheduleXin Long1-1/+2
2017-09-08netfilter: ipvs: fix the issue that sctp_conn_schedule drops non-INIT packetXin Long1-2/+5
2017-09-07rds: Fix incorrect statistics countingHåkon Bugge1-3/+7
2017-09-07udp: drop head states only when all skb references are gonePaolo Abeni2-7/+7
2017-09-07ip6_gre: update mtu properly in ip6gre_errXin Long1-1/+3
2017-09-07net: sched: fix memleak for chain zeroJiri Pirko1-9/+9
2017-09-07Merge tag 'mac80211-for-davem-2017-09-07' of git://git.kernel.org/pub/scm/lin...David S. Miller11-32/+122
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-1/+1
2017-09-06tipc: remove unnecessary call to dev_net()Kleber Sacilotto de Souza1-1/+1
2017-09-06netlink: access nlk groups safely in netlink bind and getnameXin Long1-4/+12
2017-09-06netlink: fix an use-after-free issue for nlk groupsXin Long1-3/+3
2017-09-06sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfqGao Feng2-2/+2
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds445-40132/+13032
2017-09-06ceph: more accurate statfsDouglas Fuller1-1/+5
2017-09-06ceph: nuke startsync opYanhu Cao1-5/+0
2017-09-06SUNRPC: remove some dead code.NeilBrown1-4/+0
2017-09-06mac80211: fix deadlock in driver-managed RX BA session startJohannes Berg3-14/+28
2017-09-06mac80211: Complete ampdu work schedule during session tear downIlan peer1-0/+18
2017-09-06cfg80211: honor NL80211_RRF_NO_HT40{MINUS,PLUS}Emmanuel Grumbach1-2/+18
2017-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-76/+62
2017-09-05xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever5-77/+19
2017-09-05rds: Fix non-atomic operation on shared flag variableHåkon Bugge1-2/+2
2017-09-05net: sched: don't use GFP_KERNEL under spin lockJakub Kicinski1-2/+6
2017-09-05rxrpc: Make service connection lookup always check for retryDavid Howells1-2/+1
2017-09-05Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust9-425/+583
2017-09-05svcrdma: Estimate Send Queue depth properlyChuck Lever1-4/+13
2017-09-05svcrdma: Limit RQ depthChuck Lever1-7/+12
2017-09-05svcrdma: Populate tail iovec when receivingChuck Lever1-93/+15
2017-09-05merge nfsd 4.13 bugfixes into nfsd for-4.14 branchJ. Bruce Fields1-2/+20
2017-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+2
2017-09-05net: dsa: tag_brcm: Set output queue from skb queue mappingFlorian Fainelli1-1/+2
2017-09-05net: dsa: Allow switch drivers to indicate number of TX queuesFlorian Fainelli1-2/+6
2017-09-05bridge: switchdev: Use an helper to clear forward markIdo Schimmel2-3/+10
2017-09-05flow_dissector: Add limit for number of headers to dissectTom Herbert1-3/+22
2017-09-05flow_dissector: Cleanup control flowTom Herbert1-78/+145
2017-09-05net/ncsi: fix ncsi_vlan_rx_{add,kill}_vid referencesArnd Bergmann1-0/+2
2017-09-05nl80211: look for HT/VHT capabilities in beacon's tailIgor Mitsyanko1-2/+2
2017-09-05mac80211: flush hw_roc_start work before cancelling the ROCAvraham Stern1-0/+2
2017-09-05mac80211: agg-tx: call drv_wake_tx_queue in proper contextJohannes Berg1-0/+4
2017-09-05mac80211: Fix null pointer dereference with iTXQ supportChunho Lee1-1/+2
2017-09-05mac80211: add MESH IE in the correct orderLiad Kaufman1-1/+1
2017-09-05mac80211: shorten debug prints using ht_dbg() to avoid warningSharon Dvir1-2/+2
2017-09-05mac80211: fix VLAN handling with TXQsJohannes Berg2-9/+44
2017-09-05Merge branch 'for-4.14/wacom' into for-linusJiri Kosina1-1/+2
2017-09-05mac80211: fix incorrect assignment of reassoc valueSimon Dinkin1-1/+1
2017-09-04net/9p: switch p9_fd_read to kernel_writeChristoph Hellwig1-8/+2
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig1-1/+3
2017-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller31-323/+726
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-4/+2
2017-09-04netfilter: nf_tables: support for recursive chain deletionPablo Neira Ayuso1-1/+23
2017-09-04netfilter: nf_tables: use NLM_F_NONREC for deletion requestsPablo Neira Ayuso1-1/+7
2017-09-04netfilter: nf_tables: add nf_tables_addchain()Pablo Neira Ayuso1-93/+106
2017-09-04netfilter: nf_tables: add nf_tables_updchain()Pablo Neira Ayuso1-78/+92
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-23/+29
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao4-37/+14
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao14-45/+44
2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal9-12/+4
2017-09-04netfilter: nft_limit: add stateful object typePablo M. Bermudo Garay1-1/+121
2017-09-04netfilter: nft_limit: replace pkt_bytes with bytesPablo M. Bermudo Garay1-13/+13
2017-09-04netfilter: nf_tables: add select_ops for stateful objectsPablo M. Bermudo Garay5-35/+66
2017-09-04netfilter: xt_hashlimit: add rate match modeVishwanath Pai1-24/+253
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar58-248/+363
2017-09-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller5-6/+22
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller77-787/+1333
2017-09-03l2tp: pass tunnel pointer to ->session_create()Guillaume Nault4-25/+17
2017-09-03l2tp: prevent creation of sessions on terminated tunnelsGuillaume Nault2-13/+32
2017-09-03Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer4-35/+12
2017-09-03Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer1-3/+1
2017-09-01net: Add module reference to FIB notifiersIdo Schimmel3-2/+15
2017-09-01net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet1-3/+3
2017-09-01net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet2-10/+2
2017-09-01tcp_diag: report TCP MD5 signing keys and addressesIvan Delalande1-6/+103
2017-09-01inet_diag: allow protocols to provide additional dataIvan Delalande1-4/+18
2017-09-01ipv6: sr: Use ARRAY_SIZE macroThomas Meyer1-3/+4
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller58-247/+362
2017-09-01inetpeer: fix RCU lookup()Eric Dumazet1-3/+6
2017-09-01Bluetooth: make baswap src constLoic Poulain1-3/+3
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds57-246/+343
2017-09-01bpf: Collapse offset checks in sock_filter_is_valid_accessDavid Ahern1-2/+0
2017-09-01udp: fix secpath leakYossi Kuperman1-1/+1
2017-09-01bridge: switchdev: Clear forward mark when transmitting packetIdo Schimmel1-0/+3
2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel1-1/+2
2017-09-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-40/+90
2017-09-01bpf: Allow cgroup sock filters to use get_current_uid_gid helperDavid Ahern1-1/+15
2017-09-01bpf: Add mark and priority to sock options that can be setDavid Ahern1-0/+26
2017-08-31devlink: Add IPv6 header for dpipeArkadi Sharshevsky1-0/+17
2017-08-31net: dccp: Add handling of IPV6_PKTOPTIONS to dccp_v6_do_rcv()Andrii1-12/+35
2017-08-31bridge: add tracepoint in br_fdb_updateRoopa Prabhu2-1/+5
2017-08-31net_sched: add reverse binding for tc classCong Wang10-2/+147
2017-08-31xfrm: Fix return value check of copy_sec_ctx.Steffen Klassert1-2/+2
2017-08-31xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman3-38/+88