summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-04-25net: fix incorrect credentials passingLinus Torvalds1-0/+14
2013-04-25can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun1-3/+3
2013-04-10net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet1-0/+6
2013-04-10ipv6: don't accept node local multicast traffic from the wireHannes Frederic Sowa1-0/+12
2013-04-10ipv6: fix bad free of addrconf_init_netHong Zhiguo1-16/+10
2013-04-10ipv6: don't accept multicast traffic with scope 0Hannes Frederic Sowa1-0/+9
2013-04-10unix: fix a race condition in unix_release()Paul Moore1-4/+3
2013-04-10thermal: shorten too long mcast group nameMasatake YAMATO1-0/+1
2013-04-108021q: fix a potential use-after-freeCong Wang1-7/+7
2013-04-10tcp: undo spurious timeout after SACK renegingYuchung Cheng1-5/+2
2013-04-10tcp: preserve ACK clocking in TSOEric Dumazet1-2/+5
2013-04-10SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust1-2/+7
2013-04-10net/irda: add missing error path release_sock callKees Cook1-2/+4
2013-03-27inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa4-14/+37
2013-03-27rtnetlink: Mask the rta_type when range checkingVlad Yasevich1-1/+1
2013-03-27tcp: fix skb_availroom()Eric Dumazet2-2/+1
2013-03-27sctp: don't break the loop while meeting the active_path so as to find the m...Xufeng Zhang1-1/+1
2013-03-27sctp: Use correct sideffect command in duplicate cookie handlingVlad Yasevich1-1/+1
2013-03-27net/ipv4: Ensure that location of timestamp option is storedDavid Ward1-4/+1
2013-03-276lowpan: Fix endianness issue in is_addr_link_local().YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2013-03-27dcbnl: fix various netlink info leaksMathias Krause1-0/+7
2013-03-27rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause1-0/+1
2013-03-27ipv6: stop multicast forwarding to process interface scoped addressesHannes Frederic Sowa1-1/+2
2013-03-27bridging: fix rx_handlers return codeCristian Bercaru1-0/+1
2013-03-27netlabel: correctly list all the static label mappingsPaul Moore1-16/+11
2013-03-27tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell1-3/+3
2013-03-27net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti1-1/+2
2013-03-27rds: limit the size allocated by rds_message_alloc()Cong Wang1-0/+3
2013-03-27l2tp: Restore socket refcount when sendmsg succeedsGuillaume Nault1-0/+1
2013-03-20batman-adv: Only write requested number of byte to user bufferSven Eckelmann1-3/+2
2013-03-20batman-adv: bat_socket_read missing checksPaul Kot1-2/+2
2013-03-20decnet: Fix disappearing sysctl entriesEric W. Biederman2-0/+32
2013-03-20SUNRPC: Don't start the retransmission timer when out of socket spaceTrond Myklebust1-1/+5
2013-03-06ipv6: use a stronger hash for tcpEric Dumazet1-2/+7
2013-03-06ipv4: fix a bug in ping_err().Li Wei1-2/+2
2013-03-06bridge: set priority of STP packetsStephen Hemminger1-0/+2
2013-03-06svcrpc: make svc_age_temp_xprts enqueue under sv_lockJ. Bruce Fields1-13/+2
2013-02-20bridge: Pull ip header into skb->data before looking into ip header.Sarveshwar Bandi1-0/+3
2013-02-20tcp: fix for zero packets_in_flight was too broadIlpo Järvinen1-2/+6
2013-02-20tcp: frto should not set snd_cwnd to 0Eric Dumazet1-1/+2
2013-02-20net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann1-0/+5
2013-02-20net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-02-20sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman1-4/+8
2013-02-20packet: fix leakage of tx_ring memoryPhil Sutter1-4/+6
2013-02-20ipv6: do not create neighbor entries for local deliveryMarcelo Ricardo Leitner1-1/+2
2013-02-20pktgen: correctly handle failures when adding a deviceCong Wang1-3/+6
2013-02-20ipv6: fix header length calculation in ip6_append_data()Romain KUNTZ1-2/+2
2013-02-20ipv6: fix the noflags test in addrconf_get_prefix_routeRomain Kuntz1-1/+1
2013-02-20net: prevent setting ttl=0 via IP_TTLCong Wang1-1/+1
2013-02-20Bluetooth: Fix sending HCI commands after resetSzymon Janc1-1/+1