aboutsummaryrefslogtreecommitdiffstats
path: root/.mailmap (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-25netfilter: add extended accounting infrastructure over nfnetlinkPablo Neira Ayuso6-1/+400
2011-12-24netfilter: ctnetlink: get and zero operations must be atomicPablo Neira Ayuso1-45/+39
2011-12-23netfilter: ctnetlink: remove dead NAT codePatrick McHardy9-25/+1
2011-12-23netfilter: nf_nat: remove obsolete check in nf_nat_mangle_udp_packet()Patrick McHardy1-6/+0
2011-12-23netfilter: nf_nat: remove obsolete code from nf_nat_icmp_reply_translation()Patrick McHardy1-13/+1
2011-12-23netfilter: nat: remove module reference counting from NAT protocolsPatrick McHardy10-32/+3
2011-12-23netfilter: nf_nat: add missing nla_policy entry for CTA_NAT_PROTO attributePatrick McHardy1-0/+1
2011-12-23netfilter: nf_nat: use hash random for bysource hashPatrick McHardy2-1/+2
2011-12-23netfilter: nf_nat: export NAT definitions to userspacePatrick McHardy29-194/+185
2011-12-23netfilter: rework user-space expectation helper supportPablo Neira Ayuso7-48/+48
2011-12-18netfilter: ctnetlink: support individual atomic-get-and-reset of countersPablo Neira Ayuso1-0/+11
2011-12-18netfilter: ctnetlink: use expect instead of master tuple in get operationPablo Neira Ayuso1-1/+3
2011-12-18netfilter: nf_conntrack: use atomic64 for accounting countersEric Dumazet5-33/+33
2011-12-13IPVS: Modify the SH scheduler to use weightsMichael Maxim2-1/+32
2011-12-13netfilter: add ipv6 reverse path filter matchFlorian Westphal3-0/+144
2011-12-04ipv6: add ip6_route_lookupFlorian Westphal2-0/+9
2011-12-04netfilter: add ipv4 reverse path filter matchFlorian Westphal4-0/+175
2011-12-04net: ipv4: export fib_lookup and fib_table_lookupFlorian Westphal2-0/+2
2011-12-04tcp: tcp_sendmsg() page recyclingEric Dumazet1-1/+6
2011-12-04tcp: take care of misalignmentsEric Dumazet3-8/+24
2011-12-04sfc: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer3-4/+4
2011-12-04ll_temac: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-12-04enic: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-12-04bnx2x: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2-3/+3
2011-12-04tcp: drop SYN+FIN messagesEric Dumazet1-0/+2
2011-12-03ipv6: Kill ndisc_get_neigh() inline helper.David S. Miller2-12/+4
2011-12-03ipv6: Various cleanups in route.cDavid S. Miller1-47/+48
2011-12-03ipv6: Various cleanups in ip6_route.cDavid S. Miller1-59/+56
2011-12-03net: Add Open vSwitch kernel components.Jesse Gross20-0/+5874
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross17-19/+45
2011-12-03vlan: Move vlan_set_encap_proto() to vlan header filePravin B Shelar2-33/+34
2011-12-03genetlink: Add rcu_dereference_genl and genl_dereference.Jesse Gross1-0/+21
2011-12-03genetlink: Add lockdep_genl_is_held().Pravin B Shelar2-0/+11
2011-12-03genetlink: Add genl_notify()Pravin B Shelar2-0/+15
2011-12-02atm: clip: Remove code commented out since eternity.David S. Miller1-9/+0
2011-12-02forcedeath: Fix bql support for forcedeathIgor Maravic1-2/+3
2011-12-02niu: Fix typo in comment.David S. Miller1-1/+1
2011-12-01netfilter: Remove ADVANCED dependency from NF_CONNTRACK_NETBIOS_NSDavid S. Miller1-1/+0
2011-12-01niu: Add support for byte queue limits.David S. Miller1-1/+11
2011-12-01niu: Remove redundant PHY ID test.David S. Miller1-2/+4
2011-12-01ipv4: flush route cache after change accept_localPeter Pan(潘卫平)1-0/+5
2011-12-01sch_red: fix red_changeEric Dumazet1-2/+2
2011-12-01Linux 3.2-rc4Linus Torvalds1-1/+1
2011-12-01ocfs2: avoid unaligned access to dqc_bitmapAkinobu Mita2-5/+52
2011-12-01dccp: Fix compile warning in probe code.David S. Miller1-2/+12
2011-12-01net: Make ndo_neigh_destroy return void.David S. Miller1-1/+1
2011-12-01Revert "udp: remove redundant variable"David S. Miller2-14/+16
2011-12-01bridge: master device stuck in no-carrier state forever when in user-stp modeVitalii Demianets2-15/+20
2011-12-01ipv4: Perform peer validation on cached route lookup.David S. Miller1-7/+19
2011-12-01ipv4: use a 64bit load/store in output pathEric Dumazet2-5/+21