aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAge
...
| * netlink: add nla_policy_len()Holger Eitzenberger2009-03-25
| * netfilter: ctnetlink: add callbacks to the per-proto nlattrsHolger Eitzenberger2009-03-25
| * netfilter: factorize ifname_compare()Eric Dumazet2009-03-25
| * netfilter: nf_conntrack: use hlist_add_head_rcu() in nf_conntrack_set_hashsize()Eric Dumazet2009-03-25
| * netfilter: fix xt_LED build failurePatrick McHardy2009-03-25
* | GRO: Disable GRO on legacy netif_rx pathHerbert Xu2009-03-27
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2009-03-26
|\ \
| * | Move FASYNC bit handling to f_op->fasync()Jonathan Corbet2009-03-16
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-26
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-03-26
| |\ \ \
| | * | | dynamic debug: combine dprintk and dynamic printkJason Baron2009-03-24
| | * | | Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck2009-03-24
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-03-26
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | netlink: Move netlink attribute parsing support to libGeert Uytterhoeven2009-03-04
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-03-23
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-03-16
| |\ \ \ \ \
| * | | | | | SUNRPC: xprt_connect() don't abort the task if the transport isn't boundTrond Myklebust2009-03-11
| * | | | | | SUNRPC: Fix an Oops due to socket not set up yet...Trond Myklebust2009-03-11
| * | | | | | SUNRPC: Tighten up the task locking rules in __rpc_execute()Trond Myklebust2009-03-10
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-26
|\ \ \ \ \ \
| * | | | | | bridge: bad error handling when adding invalid ether addressStephen Hemminger2009-03-26
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-24
| |\ \ \ \ \ \
| | * | | | | | netfilter: nf_conntrack_tcp: fix unaligned memory access in tcp_sackMark H. Weaver2009-03-23
| * | | | | | | udp: Wrong locking code in udp seq_file infrastructureVitaly Mayatskikh2009-03-23
| | |_|_|/ / / | |/| | | | |
* | | | | | | net: core: remove unneeded include in net/core/utils.c.Rami Rosen2009-03-26
* | | | | | | netfilter: fix nf_logger name in ebt_ulog.Eric Leblond2009-03-26
* | | | | | | netfilter: fix warning in ebt_ulog init function.Eric Leblond2009-03-26
* | | | | | | netfilter: fix warning about invalid const usageEric Leblond2009-03-26
* | | | | | | ipv6: Fix conflict resolutions during ipv6 bindingVlad Yasevich2009-03-24
* | | | | | | ipv6: Make v4-mapped bindings consistent with IPv4Vlad Yasevich2009-03-24
* | | | | | | ipv6: Allow ipv4 wildcard binds after ipv6 address bindsVlad Yasevich2009-03-24
* | | | | | | ipv6: Disallow binding to v4-mapped address on v6-only socket.Vlad Yasevich2009-03-24
* | | | | | | netlink: add NETLINK_NO_ENOBUFS socket flagPablo Neira Ayuso2009-03-24
* | | | | | | arp_tables: ifname_compare() can assume 16bit alignmentEric Dumazet2009-03-24
* | | | | | | netfilter: trivial Kconfig spelling fixesJan Engelhardt2009-03-24
* | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-24
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | netfilter: nf_conntrack: Reduce conntrack count in nf_conntrack_free()Eric Dumazet2009-03-24
| * | | | | | nefilter: nfnetlink: add nfnetlink_set_err and use it in ctnetlinkPablo Neira Ayuso2009-03-23
| * | | | | | netfilter: sysctl support of logger choiceEric Leblond2009-03-23
| * | | | | | netfilter: ctnetlink: fix rcu context imbalancePatrick McHardy2009-03-18
| * | | | | | netfilter: remove nf_ct_l4proto_find_get/nf_ct_l4proto_putFlorian Westphal2009-03-18
| * | | | | | netfilter: ctnetlink: remove remaining module refcountingFlorian Westphal2009-03-18
| * | | | | | netfilter: xtables: add cluster matchPablo Neira Ayuso2009-03-16
| * | | | | | net: netfilter conntrack - add per-net functionality for DCCP protocolCyrill Gorcunov2009-03-16
| * | | | | | net: sysctl_net - use net_eq to compare netsCyrill Gorcunov2009-03-16
| * | | | | | netfilter: xtables: avoid pointer to selfJan Engelhardt2009-03-16
| * | | | | | netfilter: auto-load ip_queue module when socket openedScott James Remnant2009-03-16
| * | | | | | netfilter: auto-load ip6_queue module when socket openedScott James Remnant2009-03-16
| * | | | | | netfilter: ctnetlink: move event reporting for new entries outside the lockPablo Neira Ayuso2009-03-16
| * | | | | | netfilter: ctnetlink: cleanup conntrack update preliminary checkingsPablo Neira Ayuso2009-03-16