aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * cbq: incorrect processing of high limitsVasily Averin2013-05-011-1/+4
* | Merge 3.0.75Pawit Pornkitprasan2013-04-2924-73/+179
|\ \ | |/
| * Revert "8021q: fix a potential use-after-free"Greg Kroah-Hartman2013-04-251-7/+7
| * net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet2013-04-051-0/+6
| * ipv6: fix bad free of addrconf_init_netHong Zhiguo2013-04-051-16/+10
| * unix: fix a race condition in unix_release()Paul Moore2013-04-051-4/+3
| * thermal: shorten too long mcast group nameMasatake YAMATO2013-04-051-0/+1
| * 8021q: fix a potential use-after-freeCong Wang2013-04-051-7/+7
| * tcp: undo spurious timeout after SACK renegingYuchung Cheng2013-04-051-5/+2
| * tcp: preserve ACK clocking in TSOEric Dumazet2013-04-051-2/+5
| * NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson2013-04-051-1/+2
| * batman-adv: Only write requested number of byte to user bufferSven Eckelmann2013-04-051-3/+2
| * batman-adv: bat_socket_read missing checksPaul Kot2013-04-051-2/+2
| * x25: Handle undersized/fragmented skbsMatthew Daley2013-04-056-17/+87
| * x25: Validate incoming call user data lengthsMatthew Daley2013-04-052-0/+9
| * net/irda: add missing error path release_sock callKees Cook2013-04-051-2/+4
| * Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes2013-04-051-0/+1
| * SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust2013-04-051-2/+7
| * inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2013-03-284-15/+37
| * rtnetlink: Mask the rta_type when range checkingVlad Yasevich2013-03-281-1/+1
| * sctp: don't break the loop while meeting the active_path so as to find the ma...Xufeng Zhang2013-03-281-1/+1
| * net/ipv4: Ensure that location of timestamp option is storedDavid Ward2013-03-281-4/+1
* | Merge 3.0.70Pawit Pornkitprasan2013-03-2112-22/+68
|\ \ | |/
| * dcbnl: fix various netlink info leaksMathias Krause2013-03-201-0/+7
| * rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause2013-03-201-0/+1
| * ipv6: stop multicast forwarding to process interface scoped addressesHannes Frederic Sowa2013-03-201-1/+2
| * bridging: fix rx_handlers return codeCristian Bercaru2013-03-201-0/+1
| * netlabel: correctly list all the static label mappingsPaul Moore2013-03-201-16/+11
| * tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell2013-03-201-3/+3
| * net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti2013-03-201-1/+2
| * rds: limit the size allocated by rds_message_alloc()Cong Wang2013-03-201-0/+3
| * l2tp: Restore socket refcount when sendmsg succeedsGuillaume Nault2013-03-201-0/+1
| * decnet: Fix disappearing sysctl entriesEric W. Biederman2013-03-142-0/+32
| * SUNRPC: Don't start the retransmission timer when out of socket spaceTrond Myklebust2013-03-141-1/+5
* | Merge 3.0.68Pawit Pornkitprasan2013-03-041-13/+2
|\ \ | |/
| * svcrpc: make svc_age_temp_xprts enqueue under sv_lockJ. Bruce Fields2013-03-041-13/+2
* | Merge 3.0.67Pawit Pornkitprasan2013-03-033-4/+11
|\ \ | |/
| * ipv6: use a stronger hash for tcpEric Dumazet2013-02-281-2/+7
| * ipv4: fix a bug in ping_err().Li Wei2013-02-281-2/+2
| * bridge: set priority of STP packetsStephen Hemminger2013-02-281-0/+2
* | Merge 3.0.66Pawit Pornkitprasan2013-02-2413-37/+51
|\ \ | |/
| * bridge: Pull ip header into skb->data before looking into ip header.Sarveshwar Bandi2013-02-141-0/+3
| * tcp: fix for zero packets_in_flight was too broadIlpo Järvinen2013-02-141-2/+6
| * tcp: frto should not set snd_cwnd to 0Eric Dumazet2013-02-141-1/+2
| * net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann2013-02-141-0/+5
| * net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann2013-02-141-1/+1
| * sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman2013-02-141-4/+8
| * packet: fix leakage of tx_ring memoryPhil Sutter2013-02-141-4/+6
| * ipv6: do not create neighbor entries for local deliveryMarcelo Ricardo Leitner2013-02-141-1/+2
| * pktgen: correctly handle failures when adding a deviceCong Wang2013-02-141-3/+6