summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix bogus RTT on special retransmissionYuchung Cheng2014-03-032-4/+10
* hsr: off by one sanity check in hsr_register_frame_in()Dan Carpenter2014-03-031-1/+1
* ipv6: ipv6_find_hdr restore prev functionalityHans Schillstrom2014-02-271-1/+1
* neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong2014-02-271-3/+3
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-02-2710-64/+99
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-2710-64/+99
| |\
| | * NFC: NCI: Fix NULL pointer dereferenceAmitkumar Karwar2014-02-231-1/+1
| | * mac80211: fix station wakeup powersave raceJohannes Berg2014-02-204-32/+25
| | * mac80211: insert stations before adding to driverJohannes Berg2014-02-201-6/+24
| | * mac80211: fix AP powersave TX vs. wakeup raceEmmanuel Grumbach2014-02-203-4/+22
| | * cfg80211: bugfix in regulatory user hint processInbal Hacohen2014-02-191-1/+1
| | * mac80211: send control port protocol frames to the VO queueFelix Fietkau2014-02-121-0/+5
| | * mac80211: fix memory leakEytan Lifshitz2014-02-111-0/+1
| | * mac80211: fix sched_scan restart on recoveryArik Nemtsov2014-02-111-20/+20
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-02-274-12/+19
|\ \ \
| * | | xfrm: Fix unlink race when policies are deleted.Steffen Klassert2014-02-261-1/+1
| * | | xfrm: Clone states properly on migrationSteffen Klassert2014-02-202-5/+8
| * | | xfrm: Take xfrm_state_lock in xfrm_migrate_state_findSteffen Klassert2014-02-201-5/+8
| * | | xfrm: Fix NULL pointer dereference on sub policy usageSteffen Klassert2014-02-201-1/+1
| * | | ip6_vti: Fix build when NET_IP_TUNNEL is not set.Steffen Klassert2014-02-201-0/+1
* | | | net: ipv6: ping: Use socket mark in routing lookupLorenzo Colitti2014-02-271-0/+1
| |/ / |/| |
* | | sch_tbf: Fix potential memory leak in tbf_change().Hiroaki SHIMODA2014-02-271-12/+12
* | | net: tcp: use NET_INC_STATS()Eric Dumazet2014-02-261-2/+2
* | | net: Fix permission check in netlink_connect()Mike Pecovnik2014-02-251-2/+2
* | | ipv4: ipv6: better estimate tunnel header cut for correct ufo handlingHannes Frederic Sowa2014-02-252-10/+17
* | | tcp: reduce the bloat caused by tcp_is_cwnd_limited()Eric Dumazet2014-02-241-2/+1
* | | ipv6: reuse ip6_frag_id from ip6_ufo_append_dataHannes Frederic Sowa2014-02-221-1/+1
* | | net: sctp: rework multihoming retransmission path selection to rfc4960Daniel Borkmann2014-02-221-50/+79
* | | neigh: fix setting of default gc_* valuesJiri Pirko2014-02-221-1/+1
* | | net-tcp: fastopen: fix high order allocationsEric Dumazet2014-02-222-4/+11
* | | tipc: make bearer set up in module insertion stageYing Xue2014-02-224-32/+16
* | | tipc: remove all enabled flags from all tipc componentsYing Xue2014-02-227-50/+50
* | | net: sctp: Potentially-Failed state should not be reached from unconfirmed stateMatija Glavinic Pecotic2014-02-201-3/+4
* | | sit: fix panic with route cache in ip tunnelsNicolas Dichtel2014-02-202-3/+23
* | | ip_tunnel: Move ip_tunnel_get_stats64 into ip_tunnel_core.cDavid S. Miller2014-02-202-46/+46
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-02-199-58/+57
|\ \ \ | |/ / |/| |
| * | netfilter: ctnetlink: force null nat binding on insertPablo Neira Ayuso2014-02-182-42/+49
| * | netfilter: nf_tables: check if payload length is a power of 2Nikolay Aleksandrov2014-02-171-1/+2
| * | netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal2014-02-173-9/+0
| * | netfilter: nf_nat_snmp_basic: fix duplicates in if/else branchesFX Le Bail2014-02-141-2/+2
| * | netfilter: nft_meta: fix typo "CONFIG_NET_CLS_ROUTE"Paul Bolle2014-02-141-2/+2
| * | netfilter: nft_reject_inet: fix unintended fall-through in switch-statatementPatrick McHardy2014-02-141-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-02-182-2/+18
|\ \ \
| * | | HID: Bluetooth: hidp: make sure input buffers are big enoughDavid Herrmann2014-02-172-2/+18
* | | | af_packet: remove a stray tab in packet_set_ring()Dan Carpenter2014-02-181-1/+1
* | | | net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann2014-02-181-9/+32
* | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-02-187-27/+101
|\ \ \ \
| * | | | batman-adv: fix potential kernel paging error for unicast transmissionsAntonio Quartulli2014-02-171-2/+7
| * | | | batman-adv: avoid double free when orig_node initialization failsAntonio Quartulli2014-02-171-4/+2
| * | | | batman-adv: free skb on TVLV parsing successAntonio Quartulli2014-02-171-0/+2
OpenPOWER on IntegriCloud