aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-11-11Merge tag 'ceph-for-4.9-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds2-1/+3
2016-11-11Merge tag 'nfs-for-4.9-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-18/+29
2016-11-10libceph: initialize last_linger_id with a large integerIlya Dryomov1-0/+1
2016-11-10libceph: fix legacy layout decode with pool 0Yan, Zheng1-1/+2
2016-11-10xprtrdma: Fix DMAR failure in frwr_op_map() after reconnectChuck Lever2-16/+24
2016-11-07SUNRPC: Fix suspicious RCU usageAnna Schumaker1-2/+5
2016-11-04Merge tag 'nfsd-4.9-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-47/+82
2016-11-01svcrdma: backchannel cannot share a page for send and rcv buffersChuck Lever1-3/+10
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds85-412/+675
2016-10-29tipc: fix broadcast link synchronization problemJon Paul Maloy6-6/+33
2016-10-29rds: debug messages are enabled by defaultshamir rabinovitch2-2/+2
2016-10-29Merge tag 'mac80211-for-davem-2016-10-27' of git://git.kernel.org/pub/scm/lin...David S. Miller1-1/+4
2016-10-29Merge tag 'batadv-net-for-davem-20161026' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-3/+2
2016-10-29packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2-5/+5
2016-10-29net_sched actions: use nla_parse_nested()Johannes Berg1-2/+1
2016-10-29ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()Eli Cooper1-0/+1
2016-10-29inet: Fix missing return value in inet6_hashCraig Gallek1-2/+4
2016-10-29sctp: validate chunk len before actually using itMarcelo Ricardo Leitner1-6/+6
2016-10-28sunrpc: fix some missing rq_rbuffer assignmentsJeff Layton2-0/+2
2016-10-27net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim1-1/+2
2016-10-27flow_dissector: fix vlan tag handlingArnd Bergmann1-5/+5
2016-10-27net: ipv6: Do not consider link state for nexthop validationDavid Ahern1-2/+4
2016-10-27net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern1-20/+48
2016-10-26udp: fix IP_CHECKSUM handlingEric Dumazet3-7/+9
2016-10-26sctp: fix the panic caused by route updateXin Long1-1/+7
2016-10-26sunrpc: don't pass on-stack memory to sg_set_bufJ. Bruce Fields3-45/+71
2016-10-26cfg80211: process events caused by suspend before suspendingJohannes Berg1-1/+4
2016-10-23Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller3-35/+42
2016-10-23net: sctp, forbid negative lengthJiri Slaby1-1/+4
2016-10-23ipv6: do not increment mac header when it's unsetJason A. Donenfeld1-1/+2
2016-10-22ipv4: use the right lock for ping_group_rangeWANG Cong1-4/+4
2016-10-22netns: revert "netns: avoid disabling irq for netns id"Paul Moore1-15/+20
2016-10-21ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong2-6/+14
2016-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller13-42/+70
2016-10-21batman-adv: fix splat on disabling an interfaceLinus Lüssing1-1/+0
2016-10-20ipv4: disable BH in set_ping_group_range()Eric Dumazet1-2/+2
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet7-8/+17
2016-10-20net: add recursion limit to GROSabrina Dubroca8-8/+9
2016-10-20ipv6: properly prevent temp_prefered_lft sysctl raceJiri Bohac1-5/+4
2016-10-20netfilter: fix nf_queue handlingPablo Neira Ayuso3-27/+36
2016-10-20netfilter: conntrack: restart gc immediately if GC_MAX_EVICTS is reachedNicolas Dichtel1-1/+1
2016-10-20net/ncsi: Improve HNCDSC AEN handlerGavin Shan1-3/+15
2016-10-20net/ncsi: Choose hot channel as active one if necessaryGavin Shan2-3/+20
2016-10-20net/ncsi: Fix stale link state of inactive channels on failoverGavin Shan2-1/+28
2016-10-20net/ncsi: Avoid if statements in ncsi_suspend_channel()Gavin Shan1-28/+50
2016-10-20net/sched: act_mirred: Use passed lastuse argumentPaul Blakey1-1/+4
2016-10-19Bluetooth: Fix append max 11 bytes of name to scan rsp dataMichał Narajowski3-35/+42
2016-10-19netfilter: x_tables: suppress kmemcheck warningFlorian Westphal1-1/+1
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds1-1/+1
2016-10-19tcp: do not export sysctl_tcp_low_latencyEric Dumazet1-1/+0
2016-10-19switchdev: Execute bridge ndos only for bridge portsIdo Schimmel1-0/+9
2016-10-19net: core: Correctly iterate over lower adjacency listIdo Schimmel1-3/+7
2016-10-19flow_dissector: Check skb for VLAN only if skb specified.Eric Garver1-4/+2
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-18soreuseport: do not export reuseport_add_sock()Eric Dumazet1-1/+0
2016-10-18bridge: multicast: restore perm router ports on multicast enableNikolay Aleksandrov1-9/+14
2016-10-18netfilter: nf_tables: avoid uninitialized variable warningArnd Bergmann1-6/+4
2016-10-18tcp: Remove unused but set variableTobias Klauser1-2/+0
2016-10-18ipv4: Remove unused but set variableTobias Klauser1-3/+0
2016-10-18net/hsr: Remove unused but set variableTobias Klauser1-4/+0
2016-10-18Merge tag 'mac80211-for-davem-2016-10-18' of git://git.kernel.org/pub/scm/lin...David S. Miller10-92/+150
2016-10-17netfilter: nft_range: validate operation netlink attributePablo Neira Ayuso1-1/+15
2016-10-17netfilter: nft_exthdr: fix error handling in nft_exthdr_init()Dan Carpenter1-1/+2
2016-10-17netfilter: nf_tables: underflow in nft_parse_u32_check()Dan Carpenter1-1/+1
2016-10-17netfilter: nft_hash: add missing NFTA_HASH_OFFSET's nla_policyLiping Zhang1-0/+1
2016-10-17netfilter: xt_ipcomp: add "ip[6]t_ipcomp" module alias nameLiping Zhang1-0/+2
2016-10-17netfilter: xt_NFLOG: fix unexpected truncated packetLiping Zhang1-0/+1
2016-10-17netfilter: nft_dynset: fix element timeout for HZ != 1000Anders K. Pedersen1-2/+4
2016-10-17netfilter: xt_hashlimit: Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven1-2/+2
2016-10-17net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet1-7/+10
2016-10-17net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern2-6/+9
2016-10-17mac80211: move struct aead_req off the stackArd Biesheuvel7-62/+93
2016-10-17batman-adv: Add BATADV_DBG_TP_METER to BATADV_DBG_ALLSven Eckelmann1-1/+1
2016-10-17batman-adv: Modify neigh_list only with rcu-list functionsSven Eckelmann1-1/+1
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2016-10-14IPv6: fix DESYNC_FACTORJiri Bohac1-8/+31
2016-10-14IPv6: Drop the temporary address regen_timerJiri Bohac1-52/+9
2016-10-14Merge tag 'rxrpc-rewrite-20161013' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2-3/+3
2016-10-14ipv6: correctly add local routes when lo goes upNicolas Dichtel1-1/+1
2016-10-14ip6_tunnel: fix ip6_tnl_lookupVadim Fedorenko1-0/+2
2016-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-29/+45
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds21-478/+794
2016-10-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-35/+111
2016-10-13net: bridge: add the multicast_flood flag attribute to brport_attrsNikolay Aleksandrov1-0/+1
2016-10-13net: rtnl: info leak in rtnl_fill_vfinfo()Dan Carpenter1-0/+2
2016-10-13tipc: info leak in __tipc_nl_add_udp_addr()Dan Carpenter1-0/+2
2016-10-13net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern1-1/+2
2016-10-13ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet1-9/+11
2016-10-13net_sched: reorder pernet ops and act ops registrationsWANG Cong1-8/+11
2016-10-13openvswitch: add NETIF_F_HW_VLAN_STAG_TX to internal devJiri Benc1-1/+1
2016-10-13openvswitch: fix vlan subtraction from packet lengthJiri Benc1-1/+2
2016-10-13openvswitch: vlan: remove wrong likely statementJiri Benc1-1/+1
2016-10-13net_sched: do not broadcast RTM_GETTFILTER resultEric Dumazet1-7/+11
2016-10-13rxrpc: Fix checking of error from ip6_route_output()David Howells1-2/+2
2016-10-13rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR()David Howells1-1/+1
2016-10-12mac80211: fix CMD_FRAME for AP_VLANMichael Braun1-1/+1
2016-10-12mac80211: validate DA/SA during A-MSDU decapsulationJohannes Berg1-1/+19
2016-10-12cfg80211: add ability to check DA/SA in A-MSDU decapsulationJohannes Berg2-3/+14
2016-10-12cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKBJohannes Berg2-20/+12
2016-10-12mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg1-9/+15
2016-10-12strparser: Propagate correct error code in strp_recv()Geert Uytterhoeven1-1/+1
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-2/+0
2016-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-240/+357
2016-10-11netfilter: Fix slab corruption.Linus Torvalds1-75/+33
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro68-270/+482
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-32/+29
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy1-2/+2
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds9-16/+607
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds4-4/+4
2016-10-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller3-45/+65
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-27/+17
2016-10-07ipv6 addrconf: disallow rtr_solicits < -1Maciej Żenczykowski1-1/+3
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-1/+0
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan6-19/+14
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner3-8/+3
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-59/+5
2016-10-06sockfs: Get rid of getxattr iopAndreas Gruenbacher1-20/+30
2016-10-06sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute namesAndreas Gruenbacher1-18/+6
2016-10-06Merge tag 'rxrpc-rewrite-20161004' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller11-116/+251
2016-10-06netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet1-3/+4
2016-10-06packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman1-0/+1
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-3/+29
2016-10-06Bluetooth: Refactor append name and appearanceMichał Narajowski3-50/+38
2016-10-06Bluetooth: Add appearance to default scan rsp dataMichał Narajowski1-1/+10
2016-10-06Bluetooth: Fix local name in scan rspMichał Narajowski1-12/+35
2016-10-06rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phaseDavid Howells1-5/+6
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells5-6/+28
2016-10-06rxrpc: Return negative error code to kernel serviceDavid Howells1-1/+1
2016-10-06rxrpc: Add missing notificationDavid Howells1-0/+1
2016-10-06rxrpc: Queue the call on expiryDavid Howells1-4/+6
2016-10-06rxrpc: Partially handle OpenAFS's improper termination of callsDavid Howells1-0/+37
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells8-29/+82
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells8-84/+102
2016-10-06rxrpc: Only ping for lost reply in client callDavid Howells1-1/+2
2016-10-06rxrpc: Fix oops on incoming call to serviceless endpointDavid Howells1-1/+1
2016-10-06rxrpc: Fix duplicate constDavid Howells2-2/+2
2016-10-06rxrpc: Accesses of rxrpc_local::service need to be RCU managedDavid Howells1-2/+2
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-16/+26
2016-10-05crush: remove redundant local variableIlya Dryomov1-3/+2
2016-10-05crush: don't normalize input of crush_ln iterativelyIlya Dryomov1-3/+9
2016-10-04Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg226-2382/+6750
2016-10-04netfilter: nft_limit: fix divided by zero panicLiping Zhang1-2/+2
2016-10-04netfilter: fix namespace handling in nf_log_proc_dostringJann Horn1-2/+4
2016-10-04net/ncsi: Introduce ncsi_stop_dev()Gavin Shan1-13/+24
2016-10-04net/ncsi: Rework the channel monitoringGavin Shan3-23/+35
2016-10-04net/ncsi: Allow to extend NCSI request propertiesGavin Shan4-14/+17
2016-10-04net/ncsi: Rework request index allocationGavin Shan2-8/+10
2016-10-04net/ncsi: Don't probe on the reserved channel ID (0x1f)Gavin Shan1-2/+2
2016-10-04net/ncsi: Introduce NCSI_RESERVED_CHANNELGavin Shan2-7/+8
2016-10-04net/ncsi: Avoid unused-value build warning from ia64-linux-gccGavin Shan2-27/+81
2016-10-04net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins1-31/+37
2016-10-03net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac headerShmulik Ladkani1-15/+22
2016-10-03net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...Shmulik Ladkani1-0/+9
2016-10-03skb_splice_bits(): get rid of callbackAl Viro4-59/+5
2016-10-03libceph: ceph_build_auth() doesn't need ceph_auth_build_hello()Ilya Dryomov1-3/+1
2016-10-03libceph: use CEPH_AUTH_UNKNOWN in ceph_auth_build_hello()Ilya Dryomov1-1/+1
2016-10-03Merge tag 'rxrpc-rewrite-20160930' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller11-92/+110
2016-10-03openvswitch: use mpls_hdrJiri Benc1-12/+12
2016-10-03mpls: move mpls_hdr to a common locationJiri Benc1-9/+1
2016-10-03openvswitch: mpls: set network header correctly on key extractJiri Benc1-8/+3
2016-10-03net: rtnl: avoid uninitialized data in IFLA_VF_VLAN_LIST handlingArnd Bergmann1-0/+3
2016-10-03net: pktgen: fix pkt_sizePaolo Abeni1-11/+10
2016-10-02ipv6 addrconf: remove addrconf_sysctl_hop_limit()Maciej Żenczykowski1-17/+14
2016-10-02netfilter: bridge: clarify bridge/netfilter messageStefan Agner1-2/+4
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-65/+91
2016-10-01net: Use ns_capable_noaudit() when determining net sysctl permissionsTyler Hicks1-1/+1
2016-09-30sunrpc: replace generic auth_cred hash with auth-specific functionFrank Sorenson1-1/+1
2016-09-30sunrpc: add RPCSEC_GSS hash_cred() functionFrank Sorenson1-0/+7
2016-09-30sunrpc: add auth_unix hash_cred() functionFrank Sorenson1-0/+9
2016-09-30sunrpc: add generic_auth hash_cred() functionFrank Sorenson1-0/+9
2016-09-30netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit divisionVishwanath Pai1-7/+8
2016-09-30netfilter: accommodate different kconfig in nf_set_hooks_headAaron Conole1-4/+11
2016-09-30netfilter: Fix potential null pointer dereferenceAaron Conole1-1/+1
2016-09-30rxrpc: Fix the call timer handlingDavid Howells2-13/+20
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells7-62/+69
2016-09-30rxrpc: Remove error from struct rxrpc_skb_priv as it is unusedDavid Howells1-1/+0
2016-09-30rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells6-21/+24
2016-09-30rxrpc: Reduce ssthresh to peer's receive windowDavid Howells1-0/+2
2016-09-30rxrpc: Switch to Congestion Avoidance mode at cwnd==ssthreshDavid Howells1-3/+3
2016-09-30mac80211: Move reorder-sensitive TX handlers to after TXQ dequeueToke Høiland-Jørgensen5-90/+228
2016-09-30mac80211: mesh: decrease max driftPedersen, Thomas1-1/+1
2016-09-30mac80211: add offset_tsf driver op and use it for meshPedersen, Thomas5-6/+60
2016-09-30mac80211: Set lower memory limit for non-VHT devicesToke Høiland-Jørgensen1-0/+19
2016-09-30mac80211: Export fq memory limit information in debugfsToke Høiland-Jørgensen1-0/+8
2016-09-30mac80211: Add API to report NAN function matchAyala Beker1-0/+25
2016-09-30mac80211: Implement add_nan_func and rm_nan_funcAyala Beker7-3/+273
2016-09-30mac80211: implement nan_change_confAyala Beker4-0/+93
2016-09-30cfg80211: Provide an API to report NAN function terminationAyala Beker1-0/+60
2016-09-30cfg80211: provide a function to report a match for NANAyala Beker1-0/+80
2016-09-30cfg80211: allow the user space to change current NAN configurationAyala Beker3-0/+83
2016-09-30cfg80211: add add_nan_func / del_nan_funcAyala Beker5-1/+453
2016-09-30mac80211: add boilerplate code for start / stop NANAyala Beker8-4/+131
2016-09-30cfg80211: add start / stop NAN commandsAyala Beker14-5/+193
2016-09-30cfg80211: Add support for static WEP in the driverDavid Spinadel6-8/+13
2016-09-30mac80211: Move ieee802111_tx_dequeue() to later in tx.cToke Høiland-Jørgensen1-45/+45
2016-09-30sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lockXin Long2-21/+47
2016-09-30sctp: change to check peer prsctp_capable when using prsctp policesXin Long2-6/+6
2016-09-30sctp: remove prsctp_param from sctp_chunkXin Long3-19/+9
2016-09-30ipv6 addrconf: implement RFC7559 router solicitation backoffMaciej Żenczykowski1-7/+44