summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2014-07-292-7/+8
* ip: make IP identifiers less predictableEric Dumazet2014-07-282-3/+31
* neighbour : fix ndm_type type error issueJun Zhao2014-07-281-1/+1
* Merge tag 'master-2014-07-23' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-07-243-12/+16
|\
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-07-231-1/+4
| |\
| | * mac80211: fix crash on getting sta info with uninitialized rate controlFelix Fietkau2014-07-221-1/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2014-07-182-11/+12
| |\|
| | * cfg80211: fix mic_failure tracingEliad Peller2014-07-181-1/+2
| | * Revert "mac80211: move "bufferable MMPDU" check to fix AP mode scan"Johannes Berg2014-07-071-10/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-07-241-1/+0
|\ \ \
| * | | ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov2014-07-161-1/+0
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-07-232-4/+5
|\ \ \ \
| * | | | xfrm: Fix installation of AH IPsec SAsTobias Brunner2014-06-301-4/+3
| * | | | xfrm: Fix refcount imbalance in xfrm_lookupSteffen Klassert2014-06-261-0/+2
* | | | | net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann2014-07-221-0/+1
* | | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-07-214-24/+108
|\ \ \ \ \
| * | | | | batman-adv: fix TT VLAN inconsistency on VLAN re-addAntonio Quartulli2014-07-213-14/+74
| * | | | | batman-adv: drop QinQ claim frames in bridge loop avoidanceSimon Wunderlich2014-07-211-10/+34
* | | | | | ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet2014-07-211-0/+4
|/ / / / /
* | | | | dns_resolver: Null-terminate the right stringBen Hutchings2014-07-201-1/+1
* | | | | net_sched: avoid generating same handle for u32 filtersCong Wang2014-07-201-5/+14
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-07-162-55/+95
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | netfilter: nf_tables: 64bit stats need some extra synchronizationEric Dumazet2014-07-142-8/+17
| * | | | netfilter: nf_tables: set NLM_F_DUMP_INTR if netlink dumping is stalePablo Neira Ayuso2014-07-141-7/+23
| * | | | netfilter: nf_tables: safe RCU iteration on list when dumpingPablo Neira Ayuso2014-07-141-41/+53
| * | | | netfilter: nf_tables: skip transaction if no update flags in tablesPablo Neira Ayuso2014-06-301-0/+3
* | | | | net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu2014-07-165-2/+10
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-07-1532-220/+240
|\ \ \ \ \
| * | | | | neigh: sysctl - simplify address calculation of gc_* variablesMathias Krause2014-07-141-4/+5
| * | | | | net: sctp: fix information leaks in ulpevent layerDaniel Borkmann2014-07-141-107/+15
| * | | | | tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy2014-07-111-0/+1
| * | | | | GRE: enable offloads for GREAmritha Nambiar2014-07-111-0/+1
| * | | | | netlink: Fix handling of error from netlink_dump().Ben Pfaff2014-07-091-2/+2
| * | | | | appletalk: Fix socket referencing in skbAndrey Utkin2014-07-081-3/+0
| * | | | | ip_tunnel: fix ip_tunnel_lookupDmitry Popov2014-07-081-4/+8
| * | | | | tipc: fix bug in multicast/broadcast message reassemblyJon Paul Maloy2014-07-081-3/+8
| * | | | | tcp: fix false undo corner casesYuchung Cheng2014-07-072-6/+8
| * | | | | igmp: fix the problem when mc leave groupdingtianhong2014-07-071-4/+6
| * | | | | net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli2014-07-071-1/+8
| * | | | | Merge branch 'net_ovs_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2014-07-077-19/+55
| |\ \ \ \ \
| | * | | | | openvswitch: Use exact lookup for flow_get and flow_del.Alex Wang2014-06-303-13/+29
| | * | | | | openvswitch: Fix tracking of flags seen in TCP flows.Ben Pfaff2014-06-293-6/+7
| | * | | | | openvswitch: supply a dummy err_handler of gre_cisco_protocol to prevent kern...Wei Zhang2014-06-291-0/+17
| | * | | | | openvswitch: Fix a double free bug for the sample actionAndy Zhou2014-06-291-0/+2
| | |/ / / /
| * | | | | net: Performance fix for process_backlogTom Herbert2014-07-071-11/+10
| * | | | | ipv4: icmp: Fix pMTU handling for rare caseEdward Allcutt2014-07-071-2/+0
| * | | | | tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch2014-07-021-1/+2
| * | | | | vlan: free percpu stats in device destructorEric Dumazet2014-07-021-3/+10
| * | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-07-016-39/+73
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-06-276-39/+73
| | |\ \ \ \ \ | | | |/ / / / | | |/| | / / | | | | |/ / | | | |/| |