aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of fossencdi.org:kernel_samsung_smdk4412Wolfgang Wiedmeyer2015-12-064-90/+120
|\
| * Merge remote-tracking branch 'github/cm-11.0'Wolfgang Wiedmeyer2015-10-224-90/+120
| |\
| | * netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the pa...Patrick McHardy2013-11-181-1/+1
| | * netfilter: qtaguid: rate limit some of the printksJP Abgrall2013-09-101-6/+7
| | * netfilter: xt_qtaguid: Allow tracking loopbackJP Abgrall2013-09-101-15/+4
| | * netfilter: xt_qtaguid: extend iface stat to report protocolsJP Abgrall2013-09-103-43/+82
| | * netfilter: xt_qtaguid: remove AID_* dependency for access controlJP Abgrall2013-09-101-25/+26
* | | net: ipv4: current group_info should be put after using.xiaoming wang2015-12-061-4/+11
* | | tcp_cubic: better follow cubic curve after idle periodJana Iyengar2015-12-061-0/+16
|/ /
* | ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-10-181-0/+1
|/
* wireless backport from 3.4Andrew Dodd2013-02-2711-657/+1752
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-27134-699/+1221
|\
| * 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
| * net: prevent setting ttl=0 via IP_TTLCong Wang2013-02-141-1/+1
| * mac80211: synchronize scan off/on-channel and PS statesStanislaw Gruszka2013-02-144-23/+14
| * Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo2013-02-031-1/+1
| * Bluetooth: Fix sending HCI commands after resetSzymon Janc2013-02-031-1/+1
| * mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg2013-01-171-1/+1
| * rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo()Eric Dumazet2013-01-171-8/+10
| * rtnetlink: Fix problem with buffer allocationGreg Rose2013-01-171-19/+58
| * rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2013-01-1727-85/+148
| * SUNRPC: Ensure that we free the rpc_task after cleanups are doneTrond Myklebust2013-01-171-4/+23
| * Bluetooth: cancel power_on work when unregistering the deviceGustavo Padovan2013-01-111-0/+2
| * tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet2013-01-111-18/+25
| * tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet2013-01-111-5/+10
| * tcp: refine SYN handling in tcp_validate_incomingEric Dumazet2013-01-111-1/+5
| * tcp: implement RFC 5961 4.2Eric Dumazet2013-01-112-18/+16
| * tcp: implement RFC 5961 3.2Eric Dumazet2013-01-113-1/+38
| * net: sched: integer overflow fixStefan Hasko2013-01-111-1/+1
| * sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala2013-01-112-6/+11
| * sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala2013-01-111-2/+5
| * route: release dst_entry.hh_cache when handling redirectsMichal Kubecek2012-12-101-0/+4
| * can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp2012-12-031-0/+3
| * mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich2012-12-031-4/+4
| * netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber2012-11-261-2/+4
| * netfilter: Mark SYN/ACK packets as invalid from original directionJozsef Kadlecsik2012-11-261-11/+8
| * netfilter: Validate the sequence number of dataless ACK packets as wellJozsef Kadlecsik2012-11-261-8/+2
| * net-rps: Fix brokeness causing OOO packetsTom Herbert2012-11-261-1/+3
| * net: correct check in dev_addr_del()Jiri Pirko2012-11-261-1/+2
| * ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa2012-11-261-0/+1
| * ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang2012-11-261-12/+21
| * wireless: allow 40 MHz on world roaming channels 12/13Johannes Berg2012-11-261-3/+2