aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-01-06tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng1-0/+3
2016-01-06net: possible use after free in dst_releaseFrancesco Ruggeri1-1/+2
2016-01-06net: sched: fix missing free per cpu on qstatsJohn Fastabend1-1/+3
2016-01-05bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa1-1/+4
2016-01-04af_unix: Fix splice-bind deadlockRainer Weikusat1-26/+40
2016-01-04net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern2-4/+10
2015-12-30sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2-4/+5
2015-12-30net, socket, socket_wq: fix missing initialization of flagsNicolai Stange1-0/+1
2015-12-29openvswitch: Fix template leak in error cases.Joe Stringer1-2/+4
2015-12-28sctp: label accepted/peeled off socketsMarcelo Ricardo Leitner1-0/+2
2015-12-28sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner1-3/+6
2015-12-23ipv6: honor ifindex in case we receive ll addresses in router advertisementsHannes Frederic Sowa1-2/+2
2015-12-22addrconf: always initialize sysctl table dataWANG Cong1-7/+4
2015-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-62/+75
2015-12-22ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin1-1/+1
2015-12-22switchdev: bridge: Pass ageing time as clock_t instead of jiffiesIdo Schimmel1-1/+1
2015-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-1/+2
2015-12-18openvswitch: correct encoding of set tunnel action attributesSimon Horman1-1/+4
2015-12-18ipip: ioctl: Remove superfluous IP-TTL handling.Pravin B Shelar1-3/+0
2015-12-18netfilter: nft_ct: include direction when dumping NFT_CT_L3PROTOCOL keyFlorian Westphal1-0/+1
2015-12-18netfilter: nf_tables: use skb->protocol instead of assuming ethernet headerPablo Neira Ayuso1-1/+1
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds44-223/+347
2015-12-17net: check both type and procotol for tcp socketsWANG Cong2-2/+4
2015-12-17tcp: restore fastopen with no data in SYN packetEric Dumazet1-11/+12
2015-12-17af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat1-10/+3
2015-12-16fou: clean up socket with kfree_rcuHannes Frederic Sowa1-1/+2
2015-12-16Merge tag 'mac80211-for-davem-2015-12-15' of git://git.kernel.org/pub/scm/lin...David S. Miller9-74/+92
2015-12-15ipv6: automatically enable stable privacy mode if stable_secret setHannes Frederic Sowa1-0/+6
2015-12-15net: fix uninitialized variable issuetadeusz.struk@intel.com1-0/+1
2015-12-15bluetooth: Validate socket address length in sco_sock_bind().David S. Miller1-0/+3
2015-12-15net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet1-1/+1
2015-12-15mac80211: handle width changes from opmode notification IE in beaconEyal Shapira5-14/+8
2015-12-15mac80211: suppress unchanged "limiting TX power" messagesJohannes Berg1-5/+10
2015-12-15mac80211: reprogram in interface orderJohannes Berg1-39/+37
2015-12-15mac80211: run scan completed work on reconfig failureJohannes Berg1-11/+26
2015-12-15nl80211: Fix potential memory leak in nl80211_connectOla Olsson1-1/+3
2015-12-15nl80211: Fix potential memory leak in nl80211_set_wowlanOla Olsson1-0/+1
2015-12-15nl80211: fix a few memory leaks in reg.cOla Olsson1-1/+4
2015-12-15skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich1-1/+1
2015-12-14net: fix IP early demux racesEric Dumazet2-5/+3
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa5-0/+15
2015-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-58/+56
2015-12-13net: Flush local routes when device changes vrf associationDavid Ahern1-0/+9
2015-12-13sched/wait: Fix the signal handling fixPeter Zijlstra1-3/+3
2015-12-13netfilter: nf_tables: use reverse traversal commit_list in nf_tables_abortXin Long1-1/+2
2015-12-13Merge tag 'nfs-for-4.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-8/+12
2015-12-12mpls: make via address optional for multipath routesRobert Shearman1-9/+13
2015-12-12mpls: fix out-of-bounds access when via address not specifiedRobert Shearman1-5/+12
2015-12-12mpls: don't dump RTA_VIA attribute if not specifiedRobert Shearman1-2/+6
2015-12-12mpls: validate L2 via address lengthRobert Shearman1-0/+4
2015-12-11openvswitch: Respect conntrack zone even if invalidJoe Stringer1-2/+5
2015-12-11openvswitch: Fix helper reference leakJoe Stringer1-1/+8
2015-12-11ipv6: sctp: clone options to avoid use after freeEric Dumazet1-0/+8
2015-12-11xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2-13/+26
2015-12-11xfrm: add rcu grace period in xfrm_policy_destroy()Eric Dumazet1-2/+9
2015-12-10netfilter: nf_dup: add missing dependencies with NF_CONNTRACKPablo Neira Ayuso2-0/+2
2015-12-10netfilter: nfnetlink: fix splat due to incorrect socket memory accounting in ...Pablo Neira Ayuso1-2/+0
2015-12-10netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso2-52/+46
2015-12-10rfkill: copy the name into the rfkill structJohannes Berg1-3/+3
2015-12-09netfilter: nfnetlink_queue: Unregister pernet subsys in case of init failureNikolay Borisov1-0/+1
2015-12-07xfrm: take care of request socketsEric Dumazet1-0/+2
2015-12-07ipv6: sctp: fix lockdep splat in sctp_v6_get_dst()Eric Dumazet1-2/+1
2015-12-07Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-9/+31
2015-12-07mpls: fix sending of local encapped packetsRobert Shearman1-2/+2
2015-12-07SUNRPC: Fix callback channelTrond Myklebust2-8/+12
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo96-617/+1044
2015-12-07batman-adv: Fix invalid stack access in batadv_dat_select_candidatesSven Eckelmann1-1/+4
2015-12-07batman-adv: fix erroneous client entry duplicate detectionMarek Lindner1-2/+4
2015-12-07batman-adv: avoid keeping false temporary entrySimon Wunderlich1-2/+8
2015-12-07batman-adv: fix speedy join for DAT cache repliesSimon Wunderlich1-4/+15
2015-12-06sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien2-1/+3
2015-12-06sctp: only drop the reference on the datamsg after sending a msglucien1-4/+2
2015-12-06sctp: hold the chunks only after the chunk is enqueued in outqlucien2-2/+1
2015-12-05sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner1-0/+1
2015-12-05sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2-2/+3
2015-12-05sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner1-2/+2
2015-12-05ipv6: keep existing flags when setting IFA_F_OPTIMISTICBjørn Mork1-1/+1
2015-12-04gre6: allow to update all parameters via rtnlNicolas Dichtel1-5/+3
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds70-298/+596
2015-12-03Merge tag 'mac80211-for-davem-2015-12-02' of git://git.kernel.org/pub/scm/lin...David S. Miller6-15/+21
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet4-14/+23
2015-12-03openvswitch: fix hangup on vxlan/gre/geneve device deletionPaolo Abeni2-3/+7
2015-12-03ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn1-2/+3
2015-12-03ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet1-1/+8
2015-12-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-1/+6
2015-12-03ipv6: kill sk_dst_lockEric Dumazet6-31/+7
2015-12-03ipv6: sctp: add rcu protection around np->optEric Dumazet1-3/+10
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2-9/+11
2015-12-03net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov1-2/+2
2015-12-02sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner1-2/+2
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet11-50/+101
2015-12-02mac80211: fix off-channel mgmt-tx uninitialized variable usageJohannes Berg1-2/+6
2015-12-02mac80211: do not actively scan DFS channelsAntonio Quartulli1-4/+5
2015-12-02mac80211: don't teardown sdata on sdata stopEliad Peller1-1/+1
2015-12-02openvswitch: properly refcount vport-vxlan modulePaolo Abeni4-5/+9
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet3-25/+22
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet15-38/+36
2015-12-01Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel3-9/+5
2015-11-30tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet1-0/+1
2015-11-30af-unix: passcred support for sendpageHannes Frederic Sowa1-15/+64
2015-11-29packet: Allow packets with only a header (but no payload)Martin Blumenstingl1-2/+2
2015-11-24RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas2-7/+3
2015-11-24net: openvswitch: Remove invalid commentAaron Conole1-2/+2
2015-11-24net: ipmr, ip6mr: fix vif/tunnel failure race conditionNikolay Aleksandrov2-12/+0
2015-11-24rxrpc: Correctly handle ack at end of client call transmit phaseDavid Howells1-1/+3
2015-11-24ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2-5/+10
2015-11-24tipc: fix error handling of expanding buffer headroomYing Xue1-2/+5
2015-11-23tipc: avoid packets leaking on socket receive queueYing Xue1-3/+7
2015-11-23nfs4: limit callback decoding to received bytesBenjamin Coddington2-0/+9
2015-11-23net/hsr: fix a warning messageDan Carpenter1-1/+1
2015-11-23unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat1-19/+164
2015-11-23cgroups: Allow dynamically changing net_classidNina Schiff1-8/+18
2015-11-23netfilter: nfnetlink_queue: avoid harmless unnitialized variable warningsArnd Bergmann1-3/+5
2015-11-22net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-11-22net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-11-22net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann1-0/+2
2015-11-20tipc: correct settings of broadcast link stateJon Paul Maloy1-0/+2
2015-11-20tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet1-3/+19
2015-11-20tcp: fix Fast Open snmp over-counting bugYuchung Cheng1-1/+1
2015-11-20tcp: disable Fast Open on timeouts after handshakeYuchung Cheng1-0/+12
2015-11-20mac80211: always set the buf_size in AddBA req to 64Gregory Greenman1-1/+2
2015-11-20mac80211: ensure we don't update tx power on a non-running sdataEmmanuel Grumbach1-1/+2
2015-11-18tcp: md5: fix lockdep annotationEric Dumazet1-1/+2
2015-11-18net: dns_resolver: convert time_t to time64_tAya Mahfouz1-1/+1
2015-11-18net/ip6_tunnel: fix dst leakPaolo Abeni1-1/+1
2015-11-18udp: remove duplicate includestephen hemminger1-1/+0
2015-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds31-318/+437
2015-11-17net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov1-1/+4
2015-11-17af_unix: take receive queue lock while appending new skbHannes Frederic Sowa1-1/+4
2015-11-17rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa1-122/+152
2015-11-17net: use skb_clone to avoid alloc_pages failure.Martin Zhang1-1/+1
2015-11-17packet: Use PAGE_ALIGNED macroTobias Klauser1-1/+1
2015-11-17packet: Don't check frames_per_block against negative valuesTobias Klauser1-2/+2
2015-11-17vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich1-1/+3
2015-11-17vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich1-1/+2
2015-11-17mac80211: mesh: fix call_rcu() usageJohannes Berg1-4/+4
2015-11-17mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATEJohannes Berg1-2/+1
2015-11-16snmp: Remove duplicate OUTMCAST stat incrementNeil Horman1-2/+0
2015-11-16net/core: use netdev name in warning if no parentBjørn Mork1-5/+8
2015-11-16af_unix: don't append consumed skbs to sk_receive_queueHannes Frederic Sowa1-0/+1
2015-11-16raw: increment correct SNMP counters for ICMP messagesBen Cartwright-Cox1-3/+5
2015-11-16net: fix __netdev_update_features return on ndo_set_features failureNikolay Aleksandrov1-1/+1
2015-11-16net: fix feature changes on devices without ndo_set_featuresNikolay Aleksandrov1-0/+2
2015-11-16switchdev: bridge: Check return code is not EOPNOTSUPPIdo Schimmel2-2/+2
2015-11-15ipvs: use skb_to_full_sk() helperEric Dumazet1-8/+8
2015-11-15tcp: ensure proper barriers in lockless contextsEric Dumazet5-23/+37
2015-11-15sctp: translate host order to network order when setting a hmacidlucien1-2/+2
2015-11-15packet: fix tpacket_snd max frame lenDaniel Borkmann1-4/+5
2015-11-15packet: infer protocol from ethernet header if unsetDaniel Borkmann1-0/+11
2015-11-15packet: only allow extra vlan len on ethernet devicesDaniel Borkmann1-35/+25
2015-11-15packet: always probe for transport headerDaniel Borkmann1-4/+3
2015-11-15packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann1-2/+3
2015-11-15ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau1-1/+2
2015-11-15ipv6: Check expire on DST_NOCACHE routeMartin KaFai Lau1-1/+10
2015-11-15ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 treeMartin KaFai Lau1-1/+7
2015-11-15af-unix: fix use-after-free with concurrent readers while splicingHannes Frederic Sowa1-0/+18
2015-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds5-87/+93
2015-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller12-99/+123
2015-11-11Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-28/+78
2015-11-11Bluetooth: Fix l2cap_chan leak in SMPJohan Hedberg1-1/+6
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds23-163/+288
2015-11-10netfilter: nf_tables: add clone interface to expression operationsPablo Neira Ayuso2-10/+44
2015-11-10netfilter: fix xt_TEE and xt_TPROXY dependenciesArnd Bergmann1-3/+3
2015-11-10netfilter: nfnetlink_log: work around uninitialized variable warningArnd Bergmann1-1/+1
2015-11-10svcrpc: document lack of some memory barriersJ. Bruce Fields1-6/+31
2015-11-10Revert "bridge: Allow forward delay to be cfgd when STP enabled"Vlad Yasevich1-4/+9
2015-11-10SUNRPC: drop stale comment in svc_setup_socket()Stefan Hajnoczi1-1/+0
2015-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-09net: fix a race in dst_release()Eric Dumazet1-1/+1
2015-11-09Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-394/+1083
2015-11-09remove abs64()Andrew Morton1-1/+1
2015-11-09netfilter: Fix removal of GRE expectation entries created by PPTPAnthony Lineham1-1/+1
2015-11-08netfilter: nft_meta: use skb_to_full_sk() helperEric Dumazet1-16/+20
2015-11-08net_sched: em_meta: use skb_to_full_sk() helperEric Dumazet1-46/+92
2015-11-08sched: cls_flow: use skb_to_full_sk() helperEric Dumazet1-4/+11
2015-11-08netfilter: xt_owner: use skb_to_full_sk() helperEric Dumazet1-2/+4
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-11/+13
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds17-350/+339
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-5/+5
2015-11-07netfilter: ipset: Fix hash type expire: release empty hash bucket blockJozsef Kadlecsik1-4/+9
2015-11-07netfilter: ipset: Fix hash:* type expirationJozsef Kadlecsik1-1/+1
2015-11-07netfilter: ipset: Fix extension alignmentJozsef Kadlecsik7-79/+64
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman6-11/+13
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds10-45/+54
2015-11-05tcp: use correct req pointer in tcp_move_syn() callsEric Dumazet2-2/+2
2015-11-05packet: race condition in packet_bindFrancesco Ruggeri1-31/+49
2015-11-05ipv4: use sk_fullsock() in ipv4_conntrack_defrag()Eric Dumazet1-3/+2
2015-11-05tcp: fix req->saved_syn raceEric Dumazet3-11/+14
2015-11-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2-9/+28
2015-11-04Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-30/+1
2015-11-04ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_devSabrina Dubroca1-0/+1
2015-11-05Bluetooth: L2CAP: Add missing checks for invalid LE DCIDJohan Hedberg1-1/+8
2015-11-05Bluetooth: L2CAP: Fix checked range when allocating new CIDJohan Hedberg1-1/+1
2015-11-05Bluetooth: L2CAP: Fix returning correct LE CoC response codesJohan Hedberg1-1/+8
2015-11-05Bluetooth: Check for supported white list before issuing commandsMarcel Holtmann1-6/+11
2015-11-04VSOCK: call sk->sk_data_ready() on accept()Stefan Hajnoczi1-1/+1
2015-11-04net/core: ensure features get disabled on new lower devsJarod Wilson1-3/+4
2015-11-04net: Fix prefsrc lookupsDavid Ahern1-3/+10
2015-11-04ipv4: fix a potential deadlock in mcast getsockopt() pathWANG Cong2-23/+34
2015-11-04ipv4: disable BH when changing ip local port rangeWANG Cong1-2/+2