summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-04-05NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson1-1/+2
2013-04-05batman-adv: Only write requested number of byte to user bufferSven Eckelmann1-3/+2
2013-04-05batman-adv: bat_socket_read missing checksPaul Kot1-2/+2
2013-04-05x25: Handle undersized/fragmented skbsMatthew Daley6-17/+87
2013-04-05x25: Validate incoming call user data lengthsMatthew Daley2-0/+9
2013-04-05net/irda: add missing error path release_sock callKees Cook1-2/+4
2013-04-05Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes1-0/+1
2013-04-05SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust1-2/+7
2013-03-28inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa4-15/+37
2013-03-28rtnetlink: Mask the rta_type when range checkingVlad Yasevich1-1/+1
2013-03-28sctp: don't break the loop while meeting the active_path so as to find the ma...Xufeng Zhang1-1/+1
2013-03-28net/ipv4: Ensure that location of timestamp option is storedDavid Ward1-4/+1
2013-03-20dcbnl: fix various netlink info leaksMathias Krause1-0/+7
2013-03-20rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause1-0/+1
2013-03-20ipv6: stop multicast forwarding to process interface scoped addressesHannes Frederic Sowa1-1/+2
2013-03-20bridging: fix rx_handlers return codeCristian Bercaru1-0/+1
2013-03-20netlabel: correctly list all the static label mappingsPaul Moore1-16/+11
2013-03-20tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell1-3/+3
2013-03-20net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti1-1/+2
2013-03-20rds: limit the size allocated by rds_message_alloc()Cong Wang1-0/+3
2013-03-20l2tp: Restore socket refcount when sendmsg succeedsGuillaume Nault1-0/+1
2013-03-14decnet: Fix disappearing sysctl entriesEric W. Biederman2-0/+32
2013-03-14SUNRPC: Don't start the retransmission timer when out of socket spaceTrond Myklebust1-1/+5
2013-03-04svcrpc: make svc_age_temp_xprts enqueue under sv_lockJ. Bruce Fields1-13/+2
2013-02-28ipv6: use a stronger hash for tcpEric Dumazet1-2/+7
2013-02-28ipv4: fix a bug in ping_err().Li Wei1-2/+2
2013-02-28bridge: set priority of STP packetsStephen Hemminger1-0/+2
2013-02-14bridge: Pull ip header into skb->data before looking into ip header.Sarveshwar Bandi1-0/+3
2013-02-14tcp: fix for zero packets_in_flight was too broadIlpo Järvinen1-2/+6
2013-02-14tcp: frto should not set snd_cwnd to 0Eric Dumazet1-1/+2
2013-02-14net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann1-0/+5
2013-02-14net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-02-14sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman1-4/+8
2013-02-14packet: fix leakage of tx_ring memoryPhil Sutter1-4/+6
2013-02-14ipv6: do not create neighbor entries for local deliveryMarcelo Ricardo Leitner1-1/+2
2013-02-14pktgen: correctly handle failures when adding a deviceCong Wang1-3/+6
2013-02-14net: prevent setting ttl=0 via IP_TTLCong Wang1-1/+1
2013-02-14mac80211: synchronize scan off/on-channel and PS statesStanislaw Gruszka4-23/+14
2013-02-04Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo1-1/+1
2013-02-04Bluetooth: Fix sending HCI commands after resetSzymon Janc1-1/+1
2013-01-17mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg1-1/+1
2013-01-17rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo()Eric Dumazet1-8/+10
2013-01-17rtnetlink: Fix problem with buffer allocationGreg Rose1-19/+58
2013-01-17rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose27-85/+148
2013-01-17SUNRPC: Ensure that we free the rpc_task after cleanups are doneTrond Myklebust1-4/+23
2013-01-11Bluetooth: cancel power_on work when unregistering the deviceGustavo Padovan1-0/+2
2013-01-11tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet1-18/+25
2013-01-11tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet1-5/+10
2013-01-11tcp: refine SYN handling in tcp_validate_incomingEric Dumazet1-1/+5
2013-01-11tcp: implement RFC 5961 4.2Eric Dumazet2-18/+16