aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAge
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-06-03
|\
| * net_cls: fix unconfigured struct tcf_proto keeps chaining and avoid kernel pa...Minoru Usui2009-06-02
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2009-06-01
| |\
| | * Bluetooth: Remove useless flush_work() causing lockdep warningsDave Young2009-05-27
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-05-27
| |\ \
| | * | netfilter: nfnetlink_log: fix wrong skbuff size calculationPablo Neira Ayuso2009-05-27
| | * | netfilter: xt_hashlimit does a wrong SEQ_SKIPJesper Dangaard Brouer2009-05-27
| | * | netfilter: nf_ct_dccp: add missing DCCP protocol changes in event cachePablo Neira Ayuso2009-05-25
| | * | netfilter: nf_ct_tcp: fix accepting invalid RST segmentsJozsef Kadlecsik2009-05-25
| * | | cls_cgroup: read classid atomically in classifierPaul Menage2009-05-26
| | |/ | |/|
| * | tcp: tcp_vegas ssthresh bugfixDoug Leith2009-05-26
* | | ipv4: New multicast-all socket optionNivedita Singhvi2009-06-02
* | | net: ipv4/ip_sockglue.c cleanupsEric Dumazet2009-06-02
* | | IPv6: Print error value when skb allocation failsBrian Haley2009-06-02
* | | Phonet: fix accounting race between gprs_writeable() and gprs_xmit()Rémi Denis-Courmont2009-06-02
* | | IPv6: Add 'autoconf' and 'disable_ipv6' module parametersBrian Haley2009-06-01
* | | net: convert unicast addr listJiri Pirko2009-05-30
* | | tcp: fix loop in ofo handling code and reduce its complexityIlpo Järvinen2009-05-29
* | | net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup()Eric Dumazet2009-05-29
* | | atm: unset IFF_XMIT_DST_RELEASE in clip_setup()Eric Dumazet2009-05-29
* | | net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup()Eric Dumazet2009-05-29
* | | Merge branch 'linux-2.6.31.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2009-05-29
|\ \ \
| * | | wimax: Add netlink interface to get device statePaulius Zaleckas2009-05-28
| * | | wimax: document why wimax_msg_*() operations can be used in any stateInaky Perez-Gonzalez2009-05-28
* | | | llc: Kill outdated and incorrect comment.David S. Miller2009-05-29
* | | | irda: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-29
* | | | tcp: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-29
* | | | econet: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-28
* | | | decnet: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-28
* | | | atm: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-28
* | | | net: net/core/sock.c cleanupEric Dumazet2009-05-27
* | | | net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()Eric Dumazet2009-05-27
* | | | bridge: avoid an extra space in br_fdb_update()Jiri Pirko2009-05-27
* | | | tcp: Do not check flush when comparing options for GROHerbert Xu2009-05-27
* | | | gro: Store shinfo in local variable in skb_gro_receiveHerbert Xu2009-05-27
* | | | gro: Nasty optimisations for page frags in skb_gro_receiveHerbert Xu2009-05-27
* | | | gro: Open-code final pskb_may_pullHerbert Xu2009-05-27
* | | | ipv4: Use 32-bit loads for ID and length in GROHerbert Xu2009-05-27
* | | | gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu2009-05-27
* | | | gro: Optimise length comparison in skb_gro_headerHerbert Xu2009-05-27
* | | | tcp: Optimise len/mss comparisonHerbert Xu2009-05-27
* | | | tcp: Remove unnecessary window comparisons for GROHerbert Xu2009-05-27
* | | | tcp: Optimise GRO port comparisonsHerbert Xu2009-05-27
* | | | gro: Only use skb_gro_header for completely non-linear packetsHerbert Xu2009-05-27
* | | | gro: Localise offset/headlen in skb_gro_offsetHerbert Xu2009-05-27
* | | | gro: Inline skb_gro_header and cache frag0 virtual addressHerbert Xu2009-05-27
* | | | gro: Open-code frags copy in skb_gro_receiveHerbert Xu2009-05-27
* | | | nl80211: Eliminate reference to BUS_ID_SIZE.David S. Miller2009-05-27
* | | | net: Remove bogus reference to BUS_ID_SIZE in sysfs code.David S. Miller2009-05-27
* | | | net: txq_trans_update() helperEric Dumazet2009-05-26