summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: sctp_close: fix release of bindings for deferred call_rcu'sDaniel Borkmann2013-02-041-4/+5
* netns: bridge: allow unprivileged users add/delete mdb entryGao feng2013-02-041-3/+0Star
* netns: ebtable: allow unprivileged users to operate ebtablesGao feng2013-02-041-10/+14
* netns: fdb: allow unprivileged users to add/del fdb entriesGao feng2013-02-041-6/+0Star
* wanrouter: delete now orphaned header content, files/driversPaul Gortmaker2013-02-015-1197/+0Star
* wanrouter: completely decouple obsolete code from kernel.Paul Gortmaker2013-02-013-3/+0Star
* ipv6 anycast: Convert ipv6_sk_ac_lock to spinlock.YOSHIFUJI Hideaki / 吉藤英明2013-01-311-8/+8
* ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.YOSHIFUJI Hideaki / 吉藤英明2013-01-311-32/+40
* ipv6 flowlabel: Convert hash list to RCU.YOSHIFUJI Hideaki / 吉藤英明2013-01-311-40/+54
* ipv6 flowlabel: Ensure to take lock when modifying np->ip6_sk_fl_list.YOSHIFUJI Hideaki / 吉藤英明2013-01-311-2/+11
* net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław2013-01-303-11/+10Star
* netfilter ipset: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明2013-01-307-9/+9
* netfilter ip6table_mangle: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明2013-01-301-2/+3
* xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明2013-01-304-34/+34
* xfrm: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明2013-01-301-2/+2
* ipv6 mcast: Use ipv6_addr_equal() in ip6_mc_source().YOSHIFUJI Hideaki / 吉藤英明2013-01-301-3/+2Star
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-01-291-2/+2
|\
| * batman-adv: fix local translation table outputAntonio Quartulli2013-01-281-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-2922-31/+188
|\ \
| * | SCTP: Free the per-net sysctl table on net exit. v2Vlad Yasevich2013-01-281-0/+4
| * | IP_GRE: Fix kernel panic in IP_GRE with GRE csum.Pravin B Shelar2013-01-281-1/+5
| * | sctp: set association state to established in dupcook_a handlerXufeng Zhang2013-01-281-1/+3
| * | ip6mr: limit IPv6 MRT_TABLE identifiersDan Carpenter2013-01-281-0/+3
| * | batman-adv: filter ARP packets with invalid MAC addresses in DATMatthias Schiffer2013-01-271-0/+13
| * | batman-adv: check for more types of invalid IP addresses in DATMatthias Schiffer2013-01-271-1/+3
| * | batman-adv: fix skb leak in batadv_dat_snoop_incoming_arp_reply()Matthias Schiffer2013-01-271-0/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-236-31/+35
| |\ \
| * | | ipv4: Fix route refcount on pmtu discoverySteffen Klassert2013-01-221-2/+9
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-01-227-14/+45
| |\ \ \
| | * | | xfrm4: Invalidate all ipv4 routes on IPsec pmtu eventsSteffen Klassert2013-01-213-6/+15
| | * | | xfrm: fix freed block size calculation in xfrm_policy_fini()Michal Kubecek2013-01-211-1/+1
| | * | | net/xfrm/xfrm_replay: avoid division by zeroNickolai Zeldovich2013-01-181-1/+3
| | * | | ah6/esp6: set transport header correctly for IPsec tunnel mode.Li RongQing2013-01-082-3/+13
| | * | | ah4/esp4: set transport header correctly for IPsec tunnel mode.Li RongQing2013-01-082-3/+13
| * | | | net: net_cls: fd passed in SCM_RIGHTS datagram not set correctlyDaniel Wagner2013-01-221-1/+4
| * | | | ipv4: Add a socket release callback for datagram socketsSteffen Klassert2013-01-214-0/+28
| * | | | ipv4: Invalidate the socket cached route on pmtu events if possibleSteffen Klassert2013-01-211-1/+41
| * | | | net: splice: fix __splice_segment()Eric Dumazet2013-01-211-13/+15
| * | | | net: splice: avoid high order page splittingEric Dumazet2013-01-211-29/+9Star
| * | | | tcp: fix incorrect LOCKDROPPEDICMPS counterEric Dumazet2013-01-201-5/+4Star
| * | | | ipv6: Add an error handler for icmp6Steffen Klassert2013-01-181-0/+12
| * | | | sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman2013-01-181-4/+8
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-175-11/+14
| |\ \ \ \
| * | | | | ipv4: Don't update the pmtu on mtu locked routesSteffen Klassert2013-01-171-0/+3
| * | | | | ipv4: Remove output route check in ipv4_mtuSteffen Klassert2013-01-171-1/+1
| * | | | | ipv6: fix header length calculation in ip6_append_data()Romain KUNTZ2013-01-171-2/+2
* | | | | | ipv6: add anti-spoofing checks for 6to4 and 6rdHannes Frederic Sowa2013-01-291-13/+41
* | | | | | ipv6: Fix inet6_csk_bind_conflict so it builds with user namespaces enabledEric W. Biederman2013-01-291-1/+1
* | | | | | pktgen: support net namespaceCong Wang2013-01-291-79/+117
* | | | | | ip_gre: When TOS is inherited, use configured TOS value for non-IP packetsDavid Ward2013-01-291-2/+2