summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: xtables: give xt_ecn its own nameJan Engelhardt2011-12-271-17/+17
* netfilter: xtables: move ipt_ecn to xt_ecnJan Engelhardt2011-12-275-6/+16
* tipc: Allow use of buf_seqno() helper routine by unicast linksAllan Stephens2011-12-273-25/+24
* tipc: Ignore broadcast acknowledgements that are out-of-rangeAllan Stephens2011-12-274-13/+37
* tipc: Flush unsent broadcast messages when contact with last node is lostAllan Stephens2011-12-271-1/+11
* tipc: Minor optimization of broadcast link transmit queue statisticAllan Stephens2011-12-271-4/+4
* tipc: Handle broadcast attempt when no neighboring nodes existAllan Stephens2011-12-271-1/+7
* tipc: Ensure broadcast link spinlock is held when updating node mapAllan Stephens2011-12-273-10/+22
* tipc: Eliminate dynamic allocation of broadcast link data structuresAllan Stephens2011-12-273-31/+13
* tipc: Eliminate useless check when network address is assignedAllan Stephens2011-12-271-7/+5
* tipc: Minor correction to TIPC module unloadingAllan Stephens2011-12-271-1/+1
* tipc: Eliminate useless memset operations in Ethernet media supportAllan Stephens2011-12-271-3/+0
* tipc: Do timely cleanup of disabled Ethernet bearer resourcesAllan Stephens2011-12-271-12/+27
* tipc: Minor optimization to deactivation of Ethernet media suppotAllan Stephens2011-12-272-5/+1
* tipc: Revise comment justifying release of configuration spinlockAllan Stephens2011-12-271-7/+6
* tipc: Allow run-time alteration of default link settingsAllan Stephens2011-12-273-49/+127
* tipc: Ignore neighbor discovery messages containing invalid addressAllan Stephens2011-12-271-0/+3
* tipc: Hide media-specific addressing details from generic bearer codeAllan Stephens2011-12-276-41/+41
* tipc: Add new address conversion routines for Ethernet mediaAllan Stephens2011-12-272-3/+79
* tipc: Improve handling of media address printing errorsAllan Stephens2011-12-273-15/+12
* tipc: Streamline media registration error checkingAllan Stephens2011-12-271-29/+8
* tipc: Eliminate duplication of media structuresAllan Stephens2011-12-271-20/+15
* tipc: Optimize detection of duplicate media registrationAllan Stephens2011-12-271-19/+21
* tipc: Register new media using pre-compiled structureAllan Stephens2011-12-273-66/+45
* tipc: Enable use by containers having their own network namespaceAllan Stephens2011-12-271-3/+0
* ipv6: Kill useless route tracing bits in net/ipv6/route.cDavid S. Miller2011-12-261-20/+2
* unix: If we happen to find peer NULL when diag dumping, write zero.David S. Miller2011-12-261-2/+1
* unix_diag: Fix incoming connections nla lengthPavel Emelyanov2011-12-261-1/+2
* Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller2011-12-2541-294/+1019
|\
| * netfilter: xtables: add nfacct match to support extended accountingPablo Neira Ayuso2011-12-253-0/+87
| * netfilter: add extended accounting infrastructure over nfnetlinkPablo Neira Ayuso2011-12-253-0/+361
| * netfilter: ctnetlink: get and zero operations must be atomicPablo Neira Ayuso2011-12-241-45/+39
| * netfilter: ctnetlink: remove dead NAT codePatrick McHardy2011-12-238-20/+1
| * netfilter: nf_nat: remove obsolete check in nf_nat_mangle_udp_packet()Patrick McHardy2011-12-231-6/+0
| * netfilter: nf_nat: remove obsolete code from nf_nat_icmp_reply_translation()Patrick McHardy2011-12-231-13/+1
| * netfilter: nat: remove module reference counting from NAT protocolsPatrick McHardy2011-12-239-30/+3
| * netfilter: nf_nat: add missing nla_policy entry for CTA_NAT_PROTO attributePatrick McHardy2011-12-231-0/+1
| * netfilter: nf_nat: use hash random for bysource hashPatrick McHardy2011-12-232-1/+2
| * netfilter: nf_nat: export NAT definitions to userspacePatrick McHardy2011-12-2320-120/+120
| * netfilter: rework user-space expectation helper supportPablo Neira Ayuso2011-12-234-46/+42
| * netfilter: ctnetlink: support individual atomic-get-and-reset of countersPablo Neira Ayuso2011-12-181-0/+11
| * netfilter: ctnetlink: use expect instead of master tuple in get operationPablo Neira Ayuso2011-12-181-1/+3
| * netfilter: nf_conntrack: use atomic64 for accounting countersEric Dumazet2011-12-184-31/+31
| * IPVS: Modify the SH scheduler to use weightsMichael Maxim2011-12-132-1/+32
| * netfilter: add ipv6 reverse path filter matchFlorian Westphal2011-12-133-0/+144
| * ipv6: add ip6_route_lookupFlorian Westphal2011-12-041-0/+7
| * netfilter: add ipv4 reverse path filter matchFlorian Westphal2011-12-043-0/+152
| * net: ipv4: export fib_lookup and fib_table_lookupFlorian Westphal2011-12-042-0/+2
* | rfs: better sizing of dev_flow_tableEric Dumazet2011-12-241-17/+27
* | netlink: Undo const marker in netlink_is_kernel().David S. Miller2011-12-231-1/+1