aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds47-335/+386
2016-08-17net_sched: allow flushing tc police actionsRoman Mashak1-42/+1
2016-08-17net_sched: unify the init logic for act_policeWANG Cong1-9/+10
2016-08-17net_sched: convert tcf_exts from list to pointer arrayWANG Cong2-20/+42
2016-08-17net_sched: remove an unnecessary list_del()WANG Cong1-1/+0
2016-08-17net_sched: remove the leftover cleanup_a()WANG Cong1-19/+3
2016-08-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-7/+3
2016-08-15tipc: fix NULL pointer dereference in shutdown()Vegard Nossum1-1/+2
2016-08-15gre: set inner_protocol on xmitSimon Horman2-3/+0
2016-08-15net: ipv6: Fix ping to link-local addresses.Lorenzo Colitti1-16/+17
2016-08-15vhost/vsock: drop space available check for TX vqGerard Garcia1-7/+3
2016-08-13net: remove type_check from dev_get_nest_level()Sabrina Dubroca2-8/+4
2016-08-13net: ipv6: Do not keep IPv6 addresses when IPv6 is disabledMike Manning1-2/+2
2016-08-13net/sctp: always initialise sctp_ht_iter::start_failVegard Nossum1-0/+1
2016-08-13net/irda: handle iriap_register_lsap() allocation failureVegard Nossum1-2/+6
2016-08-13bpf: fix write helpers with regards to non-linear partsDaniel Borkmann1-52/+18
2016-08-13calipso: fix resource leak on calipso_genopt failureColin Ian King1-1/+3
2016-08-12bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann1-5/+5
2016-08-12Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-24/+94
2016-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2016-08-10openvswitch: do not ignore netdev errors when creating tunnel vportsMartynas Pumputis3-4/+25
2016-08-10tipc: fix variable dereference before NULL checkParthasarathy Bhuvaragan1-1/+2
2016-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller7-20/+26
2016-08-10netfilter: nft_exthdr: Add size check on u8 nft_exthdr attributesLaura Garcia Liebana1-2/+9
2016-08-09bridge: Fix problems around fdb entries pointing to the bridge deviceToshiaki Makita1-25/+27
2016-08-09vti: flush x-netns xfrm cache when vti interface is removedLance Richardson1-0/+31
2016-08-09rxrpc: Free packets discarded in data_readyDavid Howells1-0/+2
2016-08-09rxrpc: Fix a use-after-push in data_ready handlerDavid Howells1-6/+11
2016-08-09rxrpc: Once packet posted in data_ready, don't retry postingDavid Howells1-5/+3
2016-08-09rxrpc: Don't access connection from call if pointer is NULLDavid Howells1-0/+4
2016-08-09rxrpc: Need to flag call as being released on connect failureDavid Howells1-0/+2
2016-08-099p/trans_virtio: use kvfree() for iov_iter_get_pages_alloc()Vegard Nossum1-2/+2
2016-08-09rxrpc: fix uninitialized pointer dereference in debug codeArnd Bergmann1-0/+1
2016-08-09netfilter: ctnetlink: reject new conntrack request with different l4protoLiping Zhang1-0/+2
2016-08-09netfilter: nfnetlink_queue: reject verdict request from different portidLiping Zhang1-4/+2
2016-08-09netfilter: nfnetlink_queue: fix memory leak when attach expectation successfullyLiping Zhang1-6/+2
2016-08-09netfilter: nf_ct_expect: remove the redundant slash when policy name is emptyLiping Zhang1-1/+1
2016-08-08sctp: use event->chunk when it's validXin Long1-2/+2
2016-08-08bpf: fix checksum for vlan push/pop helperDaniel Borkmann1-0/+12
2016-08-08bpf: fix checksum fixups on bpf_skb_store_bytesDaniel Borkmann1-2/+2
2016-08-08bpf: also call skb_postpush_rcsum on xmit occasionsDaniel Borkmann1-3/+10
2016-08-08sctp_diag: Respect ss adding TCPF_CLOSE to idiag_statesPhil Sutter1-2/+2
2016-08-08sctp_diag: Fix T3_rtx timer exportPhil Sutter1-4/+10
2016-08-08libceph: using kfree_rcu() to simplify the codeWei Yongjun1-7/+1
2016-08-08libceph: make cancel_generic_request() staticWei Yongjun1-1/+1
2016-08-08libceph: fix return value check in alloc_msg_with_page_vector()Wei Yongjun1-1/+1
2016-08-08netfilter: nf_conntrack_sip: CSeq 0 is a valid CSeqChristophe Leroy1-2/+2
2016-08-08netfilter: nft_rbtree: ignore inactive matching element with no descendantsPablo Neira Ayuso1-4/+6
2016-08-08netfilter: nf_ct_h323: do not re-activate already expired timerLiping Zhang1-1/+2
2016-08-06Merge tag 'mac80211-for-davem-2016-08-05' of git://git.kernel.org/pub/scm/lin...David S. Miller8-20/+51
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds6-6/+1663
2016-08-06ipv4: panic in leaf_walk_rcu due to stale node pointerDavid Forster1-6/+2
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells7-46/+45
2016-08-06OVS: Ignore negative headroom valueIan Wienand1-1/+1
2016-08-05NFSv4: Cap the transport reconnection timer at 1/2 lease periodTrond Myklebust1-0/+21
2016-08-05SUNRPC: Limit the reconnect backoff timer to the max RPC message timeoutTrond Myklebust2-6/+15
2016-08-05SUNRPC: Fix reconnection timeoutsTrond Myklebust1-7/+20
2016-08-05SUNRPC: disable the use of IPv6 temporary addresses.NeilBrown1-0/+11
2016-08-05SUNRPC: allow for upcalls for same uid but different gss serviceOlga Kornievskaia1-3/+5
2016-08-05mac80211: Add ieee80211_hw pointer to get_expected_throughputMaxim Altshul1-1/+1
2016-08-05nl80211: correct checks for NL80211_MESHCONF_HT_OPMODE valueMasashi Honma1-3/+31
2016-08-05mac80211: End the MPSP even if EOSP frame was not ackedMasashi Honma1-7/+7
2016-08-05mac80211: fix purging multicast PS buffer queueFelix Fietkau2-4/+4
2016-08-04Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-122/+86
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-1/+1
2016-08-03openvswitch: Remove incorrect WARN_ONCE().Jarno Rajahalme1-7/+1
2016-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-7/+10
2016-08-03mac80211: mesh: flush stations before beacons are stoppedMaital Hahn1-4/+6
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds9-24/+245
2016-08-02SUNRPC: Fix up socket autodisconnectTrond Myklebust1-8/+18
2016-08-02mac80211: fix check for buffered powersave frames with txqFelix Fietkau1-1/+1
2016-08-02cfg80211: fix missing break in NL8211_CHAN_WIDTH_80P80 caseColin Ian King1-0/+1
2016-08-02VSOCK: Add Makefile and KconfigAsias He2-0/+26
2016-08-02VSOCK: Introduce virtio_transport.koAsias He1-0/+624
2016-08-02VSOCK: Introduce virtio_vsock_common.koAsias He1-0/+992
2016-08-02VSOCK: defer sock removal to transportsStefan Hajnoczi2-6/+12
2016-08-02VSOCK: transport-specific vsock_transport functionsStefan Hajnoczi1-0/+9
2016-08-01SUNRPC: Detect immediate closure of accepted socketsTrond Myklebust1-2/+5
2016-08-01SUNRPC: accept() may return sockets that are still in SYN_RECVTrond Myklebust1-3/+10
2016-08-01SUNRPC: Handle EADDRNOTAVAIL on connection failuresTrond Myklebust1-0/+4
2016-07-30sctp: allow receiving msg when TCP-style sk is in CLOSED stateXin Long1-1/+1
2016-07-30sctp: allow delivering notifications after receiving SHUTDOWNXin Long1-1/+3
2016-07-30sctp: fix the issue sctp requeue auth chunk incorrectlyXin Long1-1/+2
2016-07-30tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh1-1/+2
2016-07-30net: ipv6: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2016-07-30tipc: fix imbalance read_unlock_bh in __tipc_nl_add_monitor()Wei Yongjun1-1/+1
2016-07-30Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds21-941/+864
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds24-191/+3232
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-4/+4
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-1/+1
2016-07-28libceph: fsmap.user subscription supportYan, Zheng1-1/+3
2016-07-28libceph: make sure redirect does not change namespaceYan, Zheng1-0/+15
2016-07-28libceph: rados pool namespace supportYan, Zheng3-15/+81
2016-07-28libceph: introduce reference counted stringYan, Zheng3-1/+114
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng3-8/+32
2016-07-28libceph: fix some missing includesIlya Dryomov1-0/+1
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds401-10103/+23534
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2016-07-26af_unix: charge buffers to kmemcgVladimir Davydov1-0/+1
2016-07-26l2tp: Correctly return -EBADF from pppol2tp_getname.phil.turnbull@oracle.com1-5/+2
2016-07-26net: ipmr/ip6mr: update lastuse on entry changeNikolay Aleksandrov2-2/+2
2016-07-26tipc: dump monitor attributesParthasarathy Bhuvaragan5-0/+235
2016-07-26tipc: add a function to get the bearer nameParthasarathy Bhuvaragan2-0/+22
2016-07-26tipc: get monitor threshold for the clusterParthasarathy Bhuvaragan5-0/+67
2016-07-26tipc: make cluster size threshold for monitoring configurableParthasarathy Bhuvaragan6-2/+55
2016-07-26tipc: introduce constants for tipc address validationParthasarathy Bhuvaragan2-6/+3
2016-07-26net: neigh: disallow transition to NUD_STALE if lladdr is unchanged in neigh_...He Chunhui1-6/+1
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-9/+27
2016-07-25net_sched: get rid of struct tcf_commonWANG Cong2-77/+72
2016-07-25net_sched: move tc_action into tcf_commonWANG Cong14-279/+256
2016-07-25udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann2-6/+2
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+7
2016-07-25net/sctp: terminate rhashtable walk correctlyVegard Nossum1-0/+1
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+22
2016-07-25net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum1-2/+5
2016-07-25sctp: also point GSO head_skb to the sk when it's availableMarcelo Ricardo Leitner1-0/+3
2016-07-25sctp: fix BH handling on socket backlogMarcelo Ricardo Leitner2-2/+2
2016-07-25kcm: remove redundant -ve error check and return pathColin Ian King1-5/+1
2016-07-25net: ipv6: Always leave anycast and multicast groups on link downMike Manning1-0/+4
2016-07-25sctp: use inet_recvmsg to support sctp RFS wellXin Long2-2/+2
2016-07-25bridge: Fix incorrect re-injection of LLDP packetsIdo Schimmel1-0/+8
2016-07-25sctp: support ipv6 nonlocal bindXin Long1-1/+3
2016-07-25bpf, events: fix offset in skb copy handlerDaniel Borkmann1-2/+2
2016-07-25net/ncsi: avoid maybe-uninitialized warningArnd Bergmann1-13/+19
2016-07-25net: bridge: br_set_ageing_time takes a clock_tVivien Didelot2-2/+2
2016-07-25net: bridge: fix br_stp_enable_bridge commentVivien Didelot1-1/+1
2016-07-24net/sched: Add match-all classifier hw offloading.Yotam Gigi1-3/+73
2016-07-24net/sched: introduce Match-all classifierJiri Pirko3-0/+259
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller31-558/+674
2016-07-24Merge tag 'tty-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-8/+0
2016-07-24Merge branch 'nfs-rdma'Trond Myklebust22-886/+783
2016-07-24Merge branch 'sunrpc'Trond Myklebust5-74/+130
2016-07-24SUNRPC: Fix a compiler warning in fs/nfs/clnt.cTrond Myklebust1-1/+1
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller30-111/+303
2016-07-24Merge tag 'ceph-for-4.7-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds1-43/+113
2016-07-23netfilter: nft_compat: fix crash when related match/target module is removedLiping Zhang1-23/+20
2016-07-23netfilter: nft_compat: put back match/target module if init failLiping Zhang1-8/+24
2016-07-23netfilter: h323: Use mod_timer instead of set_expect_timeoutGao Feng1-14/+1
2016-07-22netfilter: connlabels: move set helper to xt_connlabelFlorian Westphal2-30/+16
2016-07-22netfilter: conntrack: support a fixed size of 128 distinct labelsFlorian Westphal5-28/+14
2016-07-22libceph: apply new_state before new_up_client on incrementalsIlya Dryomov1-43/+113
2016-07-22packet: propagate sock_cmsg_send() errorSoheil Hassas Yeganeh1-3/+1
2016-07-20Merge tag 'nfc-next-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller6-150/+254
2016-07-20rtnl: protect do_setlink from IFLA_XDP_ATTACHEDBrenden Blanco1-0/+4
2016-07-21netfilter: nf_tables: allow to filter out rules by table and chainPablo Neira Ayuso1-0/+38
2016-07-21netfilter: nft_log: fix snaplen does not truncate packetsLiping Zhang1-1/+2
2016-07-21netfilter: nft_log: check the validity of log levelLiping Zhang1-0/+5
2016-07-21netfilter: nft_log: fix possible memory leak if log expr init failLiping Zhang1-8/+18
2016-07-21netfilter: Add helper array register/unregister functionsGao Feng6-181/+150
2016-07-20Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller3-1/+60
2016-07-19rtnl: add option for setting link xdp progBrenden Blanco1-0/+64
2016-07-19net: add ndo to setup/query xdp prog in adapter rxBrenden Blanco1-0/+33
2016-07-19bpf: add XDP prog type for early driver filterBrenden Blanco1-0/+79
2016-07-19packet: fix second argument of sock_tx_timestamp()Yoshihiro Shimoda1-3/+3
2016-07-19net/ncsi: NCSI AEN packet handlerGavin Shan5-2/+236
2016-07-19net/ncsi: Package and channel managementGavin Shan3-0/+828
2016-07-19net/ncsi: NCSI response packet handlerGavin Shan4-1/+1227
2016-07-19net/ncsi: NCSI command packet handlerGavin Shan4-1/+558
2016-07-19net/ncsi: Resource managementGavin Shan6-0/+710
2016-07-19net: dsa: support switchdev ageing time attrVivien Didelot1-0/+41
2016-07-19net: ip_finish_output_gso: If skb_gso_network_seglen exceeds MTU, allow segme...Shmulik Ladkani1-0/+9
2016-07-19net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flagsShmulik Ladkani3-4/+6
2016-07-19xprtrdma: fix semicolon.cocci warningskbuild test robot1-1/+1
2016-07-19sunrpc: Prevent resvport min/max inversion via sysfs and module parameterFrank Sorenson1-1/+5
2016-07-19sunrpc: Prevent resvport min/max inversion via sysctlFrank Sorenson1-2/+2
2016-07-19sunrpc: Fix reserved port range calculationFrank Sorenson1-1/+1
2016-07-19sunrpc: Fix bit count when setting hashtable size to power-of-twoFrank Sorenson1-3/+1
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew5-9/+7
2016-07-19netfilter: nft_ct: fix unpaired nf_connlabels_get/put callLiping Zhang1-6/+19
2016-07-18sctp: load transport header after sk_filterWillem de Bruijn1-4/+1
2016-07-18net/sched/sch_htb: clamp xstats tokens to fit into 32-bit intKonstantin Khlebnikov1-2/+4
2016-07-18netfilter: x_tables: speed up jump target validationFlorian Westphal4-64/+123
2016-07-18Bluetooth: Add debugfs fields for hardware and firmware infoMarcel Holtmann2-0/+59
2016-07-17Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTUAmadeusz Sławiński1-1/+1
2016-07-16sctp: fix GSO for IPv6Marcelo Ricardo Leitner1-1/+22
2016-07-16sctp: recvmsg should be able to run even if sock is in closing stateMarcelo Ricardo Leitner1-15/+17
2016-07-16net: ipmr/ip6mr: add support for keeping an entry ageNikolay Aleksandrov2-8/+18
2016-07-16vlan: use a valid default mtu value for vlan over macsecPaolo Abeni2-6/+11
2016-07-16net: bridge: remove _deliver functions and consolidate forward codeNikolay Aleksandrov5-153/+94
2016-07-16net: bridge: drop skb2/skb0 variables and use a local_rcv booleanNikolay Aleksandrov3-37/+33
2016-07-16net: bridge: rearrange flood vs unicast receive pathsNikolay Aleksandrov1-15/+14
2016-07-16net: bridge: minor style adjustments in br_handle_frame_finishNikolay Aleksandrov1-10/+8
2016-07-16SUNRPC: Fix infinite looping in rpc_clnt_iterate_for_each_xprtTrond Myklebust1-5/+3
2016-07-15tcp_timer.c: Add kernel-doc function descriptionsRichard Sailer1-17/+64
2016-07-15bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann1-1/+42
2016-07-15tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron1-17/+22
2016-07-15rxrpc: checking for IS_ERR() instead of NULLDan Carpenter1-1/+1
2016-07-15RDS: TCP: Enable multipath RDS for TCPSowmini Varadhan11-30/+257
2016-07-15RDS: TCP: Reduce code duplication in rds_tcp_reset_callbacks()Sowmini Varadhan1-18/+4
2016-07-15RDS: TCP: avoid bad page reference in rds_tcp_listen_data_readySowmini Varadhan3-0/+10
2016-07-14net/switchdev: Export the same parent ID service functionOr Gerlitz1-2/+3
2016-07-13sctp: only check for ECN if peer is using itMarcelo Ricardo Leitner1-3/+2
2016-07-13sctp: do not clear chunk->ecn_ce_done flagMarcelo Ricardo Leitner1-1/+0
2016-07-13sctp: avoid identifying address family many times for a chunkMarcelo Ricardo Leitner4-21/+8
2016-07-13sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner6-10/+30
2016-07-13sctp: reorder sctp_ulpevent and shrink msg_flagsMarcelo Ricardo Leitner1-2/+2
2016-07-13sctp: allow others to use sctp_input_cbMarcelo Ricardo Leitner1-11/+0
2016-07-13Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller15-179/+211
2016-07-13SUNRPC: Remove unused callback xpo_adjust_wspace()Trond Myklebust1-2/+0
2016-07-13SUNRPC: Change TCP socket space reservationTrond Myklebust1-43/+4