summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: simplify set dump through netlinkPablo Neira Ayuso2014-07-221-104/+27Star
* netfilter: bridge: add reject supportPablo Neira Ayuso2014-07-223-0/+74
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-2214-87/+232
|\
| * Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-07-224-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-221-0/+4
| |/
| * dns_resolver: Null-terminate the right stringBen Hutchings2014-07-211-1/+1
| * net_sched: avoid generating same handle for u32 filtersCong Wang2014-07-211-5/+14
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-07-172-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
* | | af_iucv: avoid path quiesce of severed path in shutdown()Ursula Braun2014-07-221-1/+2
* | | tipc: fix sparse non static symbol warningsWei Yongjun2014-07-211-2/+3
* | | net/rxrpc/ar-key.c: drop negativity check on unsigned valueAndrey Utkin2014-07-211-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-2140-2079/+1625Star
|\ \ \
| * | | ipvs: Remove dead debug codeYannick Brosseau2014-07-161-86/+0Star
| * | | ipvs: remove null test before kfreeFabian Frederick2014-07-161-2/+1Star
| * | | netfilter: use IS_ENABLED() macroDuan Jiong2014-06-3014-17/+25
| * | | netfilter: nft_log: fix coccinelle warningsFengguang Wu2014-06-291-1/+1
| * | | netfilter: xt_LOG: add missing string format in nf_log_packet()Pablo Neira Ayuso2014-06-281-1/+1
| * | | netfilter: fix several Kconfig problems in NF_LOG_*Pablo Neira Ayuso2014-06-283-21/+19Star
| * | | netfilter: nft_log: complete logging supportPablo Neira Ayuso2014-06-271-17/+59
| * | | netfilter: nft_log: request explicit logger when loading rulesPablo Neira Ayuso2014-06-271-1/+23
| * | | netfilter: bridge: add generic packet loggerPablo Neira Ayuso2014-06-275-43/+114
| * | | netfilter: add generic ARP packet loggerPablo Neira Ayuso2014-06-273-0/+155
| * | | netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso2014-06-275-27/+67
| * | | netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso2014-06-2710-874/+1019
| * | | netfilter: nf_log: move log buffering to core loggingPablo Neira Ayuso2014-06-252-147/+211
| * | | netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso2014-06-254-26/+28
| * | | netfilter: kill ulog targetsPablo Neira Ayuso2014-06-254-926/+0Star
| * | | netfilter: conntrack: remove timer from ecache extensionFlorian Westphal2014-06-252-69/+95
| * | | netfilter: x_tables: xt_free_table_info() cleanupEric Dumazet2014-06-251-18/+5Star
| * | | netfilter: ctnetlink: remove null test before kfreeFabian Frederick2014-06-251-2/+1Star
* | | | net: print a notification on device renameVeaceslav Falico2014-07-211-0/+3
* | | | net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico2014-07-211-3/+5
* | | | net_sched: hold tcf_lock in netdevice notifierCong Wang2014-07-211-0/+2
* | | | Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt2014-07-181-1/+7
* | | | net_sched: cancel nest attribute on failure in tcf_exts_dump()Cong Wang2014-07-171-3/+8
* | | | openvswitch: make generic netlink group conststephen hemminger2014-07-171-9/+9
* | | | udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held2014-07-172-20/+41
* | | | udp: Simplify __udp*_lib_mcast_deliver.David Held2014-07-172-87/+49Star
* | | | netlink: remove bool varibleVarka Bhadram2014-07-171-4/+2Star
* | | | rtnetlink: Drop unnecessary return value from ndo_dflt_fdb_delAlexander Duyck2014-07-171-4/+2Star
* | | | net: remove open-coded skb_cow_head.françois romieu2014-07-171-2/+2
* | | | tipc: ensure sequential message delivery across dual bearersJon Paul Maloy2014-07-171-12/+5Star
* | | | tipc: rename temporarily named functionsJon Paul Maloy2014-07-179-37/+37