aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-12-12Merge tag 'v3.10.23' into frobisherMichael Neuling148-704/+1096
2013-12-12ipv6/exthdrs: accept tlv which includes only paddingJiri Pirko1-6/+0
2013-12-12ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong2-1/+24
2013-12-12ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa1-5/+3
2013-12-12bridge: do not call setup_timer() multiple timesEric Dumazet1-2/+3
2013-12-12bridge-timer-fix.patchStephen Rothwell1-1/+1
2013-12-12bridge: send query as soon as leave is receivedCong Wang1-0/+26
2013-12-12bridge: only expire the mdb entry when query is receivedCong Wang2-27/+13
2013-12-12Don't print an error message just because there's no i8042 chip.Peter Jones1-6/+2
2013-12-08tcp: gso: fix truesize trackingEric Dumazet1-8/+5
2013-12-08{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du1-0/+7
2013-12-08ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa1-2/+2
2013-12-08inet: fix possible seqlock deadlocksEric Dumazet3-3/+3
2013-12-08net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-12-08af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico1-2/+2
2013-12-08packet: fix use after free race in send path when dev is releasedDaniel Borkmann2-23/+37
2013-12-08bridge: flush br's address entry in fdb when remove the bridge devDing Tianhong1-0/+2
2013-12-08net: core: Always propagate flag changes to interfacesVlad Yasevich1-1/+1
2013-12-08ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov1-2/+6
2013-12-08tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin1-1/+0
2013-12-08xfrm: Release dst if this dst is improper for vti tunnelfan.du1-0/+1
2013-12-08netfilter: push reasm skb through instead of original frag skbsJiri Pirko6-135/+11
2013-12-08ip6_output: fragment outgoing reassembled skb properlyJiri Pirko1-1/+2
2013-12-08ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa1-0/+1
2013-12-08net: clamp ->msg_namelen instead of returning an errorDan Carpenter2-2/+2
2013-12-08inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa8-11/+15
2013-12-08net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...Hannes Frederic Sowa1-1/+2
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa30-98/+53
2013-12-08inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa8-31/+14
2013-12-08ipv4: fix possible seqlock deadlockEric Dumazet1-1/+1
2013-12-08net-tcp: fix panic in tcp_fastopen_cache_set()Eric Dumazet1-1/+4
2013-12-08tcp: tsq: restore minimal amount of queueingEric Dumazet2-7/+5
2013-12-086lowpan: Uncompression of traffic class field was incorrectJukka Rissanen1-2/+2
2013-12-08ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bhHannes Frederic Sowa1-0/+2
2013-12-08ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong1-2/+5
2013-12-08net: Fix "ip rule delete table 256"Andreas Henriksson1-1/+2
2013-12-08ipv6: fix headroom calculation in udp6_ufo_fragmentHannes Frederic Sowa1-1/+1
2013-12-04cfg80211: fix scheduled scan pointer accessJohannes Berg1-2/+2
2013-12-049p: send uevent after adding/removing mount_tag attributeMichael Marineau1-0/+5
2013-11-29SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust1-7/+21
2013-11-29SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresultAndy Adamson1-1/+1
2013-11-20batman-adv: set up network coding packet handlers during module initMatthias Schiffer3-16/+31
2013-11-20net: flow_dissector: fail on evil iph->ihlJason Wang1-1/+1
2013-11-20ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa1-3/+6
2013-11-20ip_gre: Fix WCCPv2 header parsing.Pravin B Shelar3-4/+4
2013-11-13cfg80211: fix warning when using WEXT for IBSSBruno Randolf1-0/+3
2013-11-13mac80211: fix crash if bitrate calculation goes wrongJohannes Berg1-0/+4
2013-11-13mac80211: update sta->last_rx on acked tx framesFelix Fietkau1-0/+3
2013-11-13mac80211: use sta_info_get_bss() for nl80211 tx and client probingFelix Fietkau2-2/+3
2013-11-13mac80211: drop spoofed packets in ad-hoc modeFelix Fietkau1-0/+3
2013-11-13mac80211: correctly close cancelled scansEmmanuel Grumbach2-0/+22
2013-11-04wireless: radiotap: fix parsing buffer overrunJohannes Berg1-1/+6
2013-11-04ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa1-7/+31
2013-11-04netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helperJulian Anastasov1-2/+2
2013-11-04ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2-4/+8
2013-11-04inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa2-2/+2
2013-11-04net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann1-0/+10
2013-11-04sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich1-1/+1
2013-11-04sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du1-1/+2
2013-11-04bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich1-1/+1
2013-11-04unix_diag: fix info leakMathias Krause1-0/+1
2013-11-04l2tp: must disable bh before calling l2tp_xmit_skb()Eric Dumazet1-0/+4
2013-11-04vti: get rid of nf mark rule in preroutingChristophe Gouault1-3/+11
2013-11-04net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde1-1/+1
2013-11-04net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedFabio Estevam1-0/+2
2013-11-04ipv4: fix ineffective source address selectionJiri Benc1-1/+1
2013-11-04net: heap overflow in __audit_sockaddr()Dan Carpenter2-4/+22
2013-11-04l2tp: Fix build warning with ipv6 disabled.David S. Miller1-5/+8
2013-11-04l2tp: fix kernel panic when using IPv4-mapped IPv6 addressesFrançois CACHEREUL2-4/+26
2013-11-04net: do not call sock_put() on TIMEWAIT socketsEric Dumazet2-2/+2
2013-11-04tcp: fix incorrect ca_state in tail loss probeYuchung Cheng1-1/+1
2013-11-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-11-04tcp: must unclone packets before mangling themEric Dumazet1-3/+6
2013-11-04tcp: TSQ can use a dynamic limitEric Dumazet1-6/+11
2013-11-04tcp: TSO packets automatic sizingEric Dumazet5-7/+68
2013-10-13net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman1-2/+2
2013-10-13Bluetooth: Fix rfkill functionality during the HCI setup stageJohan Hedberg1-3/+12
2013-10-13Bluetooth: Introduce a new HCI_RFKILLED flagJohan Hedberg1-5/+10
2013-10-13Bluetooth: Fix encryption key size for peripheral roleAndre Guedes1-0/+2
2013-10-13Bluetooth: Fix security level for peripheral roleAndre Guedes1-1/+3
2013-10-13ip6tnl: allow to use rtnl ops on fb tunnelNicolas Dichtel1-0/+1
2013-10-13sit: allow to use rtnl ops on fb tunnelNicolas Dichtel1-0/+1
2013-10-13ip_tunnel: Fix a memory corruption in ip_tunnel_xmitSteffen Klassert1-6/+6
2013-10-13ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine1-2/+2
2013-10-13ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine1-2/+2
2013-10-13ipv6: gre: correct calculation of max_headroomHannes Frederic Sowa1-2/+2
2013-10-13net: net_secret should not depend on TCPEric Dumazet2-6/+25
2013-10-13IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin(ux) M. BOIE2-15/+96
2013-10-13ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa1-31/+22
2013-10-13ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka8-12/+12
2013-10-13ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka1-1/+1
2013-10-13net:dccp: do not report ICMP redirects to user spaceDuan Jiong1-0/+1
2013-10-13net: sctp: rfc4443: do not report ICMP redirects to user spaceDaniel Borkmann2-3/+2
2013-10-13ip6_tunnels: raddr and laddr are inverted in nl msgDing Zhi1-2/+2
2013-10-13bridge: fix NULL pointer deref of br_port_get_rcuHong Zhiguo1-4/+1
2013-10-13bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo2-3/+3
2013-10-13bridge: Clamp forward_delay when enabling STPHerbert Xu3-8/+26
2013-10-13resubmit bridge: fix message_age_timer calculationChris Healy1-1/+1
2013-10-13net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmitDaniel Borkmann1-29/+13
2013-10-13netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov1-5/+4
2013-10-13netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_replySonic Zhang1-1/+1
2013-10-13net_sched: htb: fix a typo in htb_change_class()Vimalkumar1-1/+1
2013-10-13net: flow_dissector: fix thoff for IPPROTO_AHEric Dumazet1-2/+2
2013-10-13net: fix multiqueue selectionEric Dumazet1-1/+1
2013-10-13net: sctp: fix smatch warning in sctp_send_asconf_del_ipDaniel Borkmann1-0/+3
2013-10-13net: sctp: fix bug in sctp_poll for SOCK_SELECT_ERR_QUEUEDaniel Borkmann1-1/+1
2013-10-13net: fib: fib6_add: fix potential NULL pointer dereferenceDaniel Borkmann1-1/+1
2013-10-13ipv6/exthdrs: accept tlv which includes only paddingJiri Pirko1-6/+0
2013-10-13tcp: Add missing braces to do_tcp_setsockoptDave Jones1-1/+2
2013-10-13caif: Add missing braces to multiline if in cfctrl_linkup_requestDave Jones1-1/+2
2013-10-13HID: fix unused rsize usageJiri Kosina1-0/+1
2013-10-13HID: fix data access in implement()Jiri Kosina1-5/+9
2013-10-01netfilter: ipset: Fix serious failure in CIDR trackingOliver Smith1-12/+16
2013-10-01rpc: let xdr layer allocate gssproxy receieve pagesJ. Bruce Fields1-10/+6
2013-10-01rpc: fix huge kmalloc's in gss-proxyJ. Bruce Fields3-1/+37
2013-10-01rpc: comment on linux_cred encoding, treat all as unsignedJ. Bruce Fields1-8/+10
2013-10-01rpc: clean up decoding of gssproxy linux credsJ. Bruce Fields1-19/+13
2013-09-26libceph: use pg_num_mask instead of pgp_num_mask for pg.seed calcSage Weil1-1/+1
2013-09-26libceph: unregister request in __map_request failed and nofail == falsemajianpeng1-0/+2
2013-09-26net: Check the correct namespace when spoofing pid over SCM_RIGHTSAndy Lutomirski1-1/+1
2013-09-14net: ipv6: tcp: fix potential use after free in tcp_v6_do_rcvDaniel Borkmann1-1/+1
2013-09-14ipv6: fix null pointer dereference in __ip6addrlbl_addHannes Frederic Sowa1-25/+23
2013-09-14ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac1-1/+9
2013-09-14net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann1-1/+2
2013-09-14net: revert 8728c544a9c ("net: dev_pick_tx() fix")Eric Dumazet1-8/+3
2013-09-14tipc: set sk_err correctly when connection failsErik Hugne1-2/+2
2013-09-14tcp: tcp_make_synack() should use sock_wmallocPhil Oester1-1/+1
2013-09-14ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf1-6/+8
2013-09-14ipv4: sendto/hdrincl: don't use destination address found in headerChris Clark1-1/+2
2013-09-14tcp: don't apply tsoffset if rcv_tsecr is zeroAndrew Vagin1-3/+6
2013-09-14tcp: initialize rcv_tstamp for restored socketsAndrew Vagin1-0/+2
2013-09-14net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer3-0/+55
2013-09-14bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita3-9/+9
2013-09-14packet: restore packet statistics tp_packets to include dropsWillem de Bruijn1-0/+2
2013-09-14tcp: set timestamps for restored skb-sAndrey Vagin1-0/+7
2013-09-14ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa1-0/+5
2013-09-14ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa1-6/+4
2013-09-14rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg headerAsbjoern Sloth Toennesen1-1/+1
2013-09-14ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar1-1/+1
2013-09-14genl: Hold reference on correct module while netlink-dump.Pravin B Shelar1-9/+11
2013-09-14genl: Fix genl dumpit() locking.Pravin B Shelar1-5/+46
2013-09-14rtnetlink: Fix inverted check in ndo_dflt_fdb_del()Sridhar Samudrala1-1/+1
2013-09-14ip_gre: fix ipgre_header to return correct offset MIME-Version: 1.0Timo Teräs1-1/+1
2013-09-14ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa1-4/+12
2013-09-14tcp: cubic: fix bug in bictcp_acked()Eric Dumazet1-1/+1
2013-09-14tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet1-4/+6
2013-09-14bridge: don't try to update timers in case of broken MLD queriesLinus Lüssing1-1/+1
2013-09-14fib_trie: remove potential out of bound accessEric Dumazet1-4/+1
2013-09-14neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico1-4/+6
2013-09-14net: check net.core.somaxconn sysctl valuesRoman Gushchin1-1/+5
2013-09-14net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing failsDaniel Borkmann1-1/+3
2013-09-14htb: fix sign extension bugstephen hemminger1-1/+1
2013-09-07mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau1-0/+3
2013-09-07mac80211: add missing channel context releaseJohannes Berg1-0/+1
2013-09-07SUNRPC: Fix memory corruption issue on 32-bit highmem systemsTrond Myklebust1-3/+6
2013-08-29NFC: llcp: Fix non blocking sockets connectionsSamuel Ortiz2-3/+6
2013-08-29mac80211: don't wait for TX status foreverJohannes Berg1-3/+12
2013-08-20Revert "genetlink: fix family dump race"Greg Kroah-Hartman1-7/+0
2013-08-20nl80211: fix another nl80211_fam.attrbuf raceJohannes Berg1-2/+4
2013-08-20cfg80211: fix P2P GO interface teardownJohannes Berg1-0/+1
2013-08-20genetlink: fix family dump raceJohannes Berg1-0/+7
2013-08-20mac80211: continue using disabled channels while connectedJohannes Berg1-1/+10
2013-08-20mac80211: fix infinite loop in ieee80211_determine_chantypeChris Wright1-1/+1
2013-08-20mac80211: ignore HT primary channel while connectedJohannes Berg1-13/+13
2013-08-14SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterTrond Myklebust3-13/+32
2013-08-14SUNRPC: Don't auto-disconnect from the local rpcbind socketTrond Myklebust1-0/+8
2013-08-11net_sched: info leak in atm_tc_dump_class()Dan Carpenter1-0/+1
2013-08-11af_key: more info leaks in pfkey messagesDan Carpenter1-0/+4
2013-08-11net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller1-0/+1
2013-08-11genetlink: release cb_lock before requesting additional moduleStanislaw Gruszka1-0/+2
2013-08-11ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanupHannes Frederic Sowa1-0/+5
2013-08-11sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar1-1/+5
2013-08-11svcrpc: fix kfree oops in gss-proxy codeJ. Bruce Fields1-1/+0
2013-08-11svcrpc: fix gss_rpc_upcall create errorJ. Bruce Fields1-1/+1
2013-08-11svcrpc: fix gss-proxy xdr decoding oopsJ. Bruce Fields1-4/+5
2013-08-11mac80211: fix monitor interface suspend crash regressionStanislaw Gruszka1-2/+5
2013-08-11mac80211: fix ethtool stats for non-station interfacesJohannes Berg1-0/+2
2013-08-11mac80211: fix duplicate retransmission detectionJohannes Berg1-2/+8
2013-08-11mac80211/minstrel_ht: fix cck rate samplingFelix Fietkau1-1/+9
2013-08-11mac80211/minstrel: fix NULL pointer dereference issueFelix Fietkau1-1/+2
2013-08-11nl80211: fix mgmt tx status and testmode reporting for netnsMichal Kazior1-2/+5
2013-08-04svcrdma: underflow issue in decode_write_list()Dan Carpenter1-6/+14
2013-07-28vlan: fix a race in egress prio managementEric Dumazet1-0/+7
2013-07-28vlan: mask vlan prio bitsEric Dumazet2-3/+10
2013-07-28pkt_sched: sch_qfq: remove a source of high packet delay/jitterPaolo Valente1-29/+56
2013-07-28ipv4: set transport header earlierEric Dumazet1-4/+3
2013-07-28ipv6: only static routes qualify for equal cost multipathingHannes Frederic Sowa1-4/+11
2013-07-28gre: Fix MTU sizing check for gretap tunnelsAlexander Duyck1-1/+1
2013-07-28ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREFHannes Frederic Sowa1-23/+40
2013-07-289p: fix off by one causing access violations and memory corruptionSasha Levin1-5/+5
2013-07-28ipv6: in case of link failure remove route directly instead of letting it expireHannes Frederic Sowa1-3/+6
2013-07-28ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...Hannes Frederic Sowa1-0/+2
2013-07-28ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa1-6/+10
2013-07-28ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2-2/+8
2013-07-28ipip: fix a regression in ioctlCong Wang1-5/+7
2013-07-28l2tp: add missing .owner to struct pppox_protoWei Yongjun1-1/+2
2013-07-28ip_tunnels: Use skb-len to PMTU check.Pravin B Shelar1-43/+54
2013-07-28ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2-18/+28
2013-07-28vti: remove duplicated code to fix a memory leakCong Wang1-7/+0
2013-07-28gre: fix a regression in ioctlCong Wang1-4/+5