aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | cls_cgroup: read classid atomically in classifierPaul Menage2009-05-261-11/+11
| | | |/ | | |/|
| | * | tcp: tcp_vegas ssthresh bugfixDoug Leith2009-05-251-2/+9
| * | | ipv4: New multicast-all socket optionNivedita Singhvi2009-06-023-1/+13
| * | | net: ipv4/ip_sockglue.c cleanupsEric Dumazet2009-06-021-37/+36
| * | | IPv6: Print error value when skb allocation failsBrian Haley2009-06-021-4/+4
| * | | Phonet: fix accounting race between gprs_writeable() and gprs_xmit()Rémi Denis-Courmont2009-06-021-2/+3
| * | | IPv6: Add 'autoconf' and 'disable_ipv6' module parametersBrian Haley2009-06-012-10/+95
| * | | net: convert unicast addr listJiri Pirko2009-05-295-71/+152
| * | | tcp: fix loop in ofo handling code and reduce its complexityIlpo Järvinen2009-05-291-17/+11
| * | | net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup()Eric Dumazet2009-05-291-0/+1
| * | | atm: unset IFF_XMIT_DST_RELEASE in clip_setup()Eric Dumazet2009-05-291-0/+1
| * | | net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup()Eric Dumazet2009-05-291-0/+1
| * | | Merge branch 'linux-2.6.31.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2009-05-296-4/+107
| |\ \ \
| | * | | wimax: Add netlink interface to get device statePaulius Zaleckas2009-05-285-1/+93
| | * | | wimax: document why wimax_msg_*() operations can be used in any stateInaky Perez-Gonzalez2009-05-281-3/+14
| * | | | llc: Kill outdated and incorrect comment.David S. Miller2009-05-281-4/+0
| * | | | irda: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-281-16/+2
| * | | | tcp: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-282-45/+90
| * | | | econet: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-281-14/+4
| * | | | decnet: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-282-20/+7
| * | | | atm: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-282-36/+17
| * | | | net: net/core/sock.c cleanupEric Dumazet2009-05-271-59/+44
| * | | | net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()Eric Dumazet2009-05-272-11/+6
| * | | | bridge: avoid an extra space in br_fdb_update()Jiri Pirko2009-05-271-1/+1
* | | | | netfilter: nf_conntrack: use per-conntrack locks for protocol dataPatrick McHardy2009-06-106-53/+45
* | | | | netfilter: xt_socket: added new revision of the 'socket' match supporting flagsLaszlo Attila Toth2009-06-091-11/+52
* | | | | netfilter: passive OS fingerprint xtables matchEvgeniy Polyakov2009-06-083-0/+442
* | | | | netfilter: nf_ct_icmp: keep the ICMP ct entries longerJan Kasprzak2009-06-082-24/+8
* | | | | netfilter: ipt_MASQUERADE: remove redundant rwlockFlorian Westphal2009-06-051-11/+1
* | | | | netfilter: xt_NFQUEUE: queue balancing supportFlorian Westphal2009-06-051-0/+93
* | | | | netfilter: xt_NFQUEUE: use NFPROTO_UNSPECFlorian Westphal2009-06-051-15/+1
* | | | | netfilter: x_tables: added hook number into match extension parameter structure.Evgeniy Polyakov2009-06-043-3/+3
* | | | | netfilter: conntrack: replace notify chain by function pointerPablo Neira Ayuso2009-06-033-40/+90
* | | | | netfilter: conntrack: simplify event caching systemPablo Neira Ayuso2009-06-026-19/+2
* | | | | netfilter: conntrack: don't report events on module removalPablo Neira Ayuso2009-06-022-8/+13
* | | | | netfilter: ctnetlink: cleanup message-size calculationPablo Neira Ayuso2009-06-021-62/+40
* | | | | netfilter: ctnetlink: use nlmsg_* helper function to build messagesPablo Neira Ayuso2009-06-021-42/+42
* | | | | netfilter: ctnetlink: rename tuple() by nf_ct_tuple() macro definitionPablo Neira Ayuso2009-06-021-7/+6
* | | | | netfilter: ctnetlink: remove nowait parameter from *fill_info()Pablo Neira Ayuso2009-06-021-14/+10
* | | | | netfilter: nfnetlink: cleanup for nfnetlink_rcv_msg() functionPablo Neira Ayuso2009-06-021-14/+9
* | | | | netfilter: nf_ct_tcp: TCP simultaneous open supportJozsef Kadlecsik2009-06-021-37/+61
* | | | | Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2009-06-028-235/+278
|\ \ \ \ \
| * | | | | netfilter: xtables: print hook name instead of maskJan Engelhardt2009-05-081-4/+38
| * | | | | netfilter: xtables: consolidate comefrom debug cast accessJan Engelhardt2009-05-082-9/+17
| * | | | | netfilter: xtables: remove another level of indentJan Engelhardt2009-05-083-66/+63
| * | | | | netfilter: xtables: remove some gotoJan Engelhardt2009-05-082-10/+4
| * | | | | netfilter: xtables: reduce indent level by oneJan Engelhardt2009-05-083-189/+177
| * | | | | netfilter: xtables: consolidate open-coded logicJan Engelhardt2009-05-084-18/+40
| * | | | | netfilter: xtables: fix const inconsistencyJan Engelhardt2009-05-082-14/+14
| * | | | | netfilter: xtables: remove redundant castsJan Engelhardt2009-05-082-2/+2