summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-11tcp: implement RFC 5961 3.2Eric Dumazet3-1/+38
2013-01-11net: sched: integer overflow fixStefan Hasko1-1/+1
2013-01-11sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala2-6/+11
2013-01-11sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala1-2/+5
2012-12-10route: release dst_entry.hh_cache when handling redirectsMichal Kubecek1-0/+4
2012-12-04can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp1-0/+3
2012-12-04mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich1-4/+4
2012-11-26netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber1-2/+4
2012-11-26netfilter: Mark SYN/ACK packets as invalid from original directionJozsef Kadlecsik1-11/+8
2012-11-26netfilter: Validate the sequence number of dataless ACK packets as wellJozsef Kadlecsik1-8/+2
2012-11-26net-rps: Fix brokeness causing OOO packetsTom Herbert1-1/+3
2012-11-26net: correct check in dev_addr_del()Jiri Pirko1-1/+2
2012-11-26ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa1-0/+1
2012-11-26ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang1-12/+21
2012-11-26wireless: allow 40 MHz on world roaming channels 12/13Johannes Berg1-3/+2
2012-11-18ipv6: send unsolicited neighbour advertisements to all-nodesHannes Frederic Sowa1-2/+1
2012-11-18l2tp: fix oops in l2tp_eth_create() error pathTom Parkin1-0/+1
2012-11-18net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer1-3/+5
2012-11-18ipv6: Set default hoplimit as zero.Li RongQing1-2/+2
2012-11-18tcp: fix FIONREAD/SIOCINQEric Dumazet1-5/+3
2012-11-18netlink: use kfree_rcu() in netlink_release()Eric Dumazet1-4/+15