summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | tcp: Do not check flush when comparing options for GROHerbert Xu2009-05-271-1/+1
* | gro: Store shinfo in local variable in skb_gro_receiveHerbert Xu2009-05-271-10/+12
* | gro: Nasty optimisations for page frags in skb_gro_receiveHerbert Xu2009-05-271-10/+15
* | gro: Open-code final pskb_may_pullHerbert Xu2009-05-271-4/+19
* | ipv4: Use 32-bit loads for ID and length in GROHerbert Xu2009-05-271-4/+4
* | gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu2009-05-274-17/+48
* | gro: Optimise length comparison in skb_gro_headerHerbert Xu2009-05-271-1/+4
* | tcp: Optimise len/mss comparisonHerbert Xu2009-05-271-1/+1
* | tcp: Remove unnecessary window comparisons for GROHerbert Xu2009-05-271-1/+1
* | tcp: Optimise GRO port comparisonsHerbert Xu2009-05-271-1/+1
* | gro: Only use skb_gro_header for completely non-linear packetsHerbert Xu2009-05-271-1/+2
* | gro: Localise offset/headlen in skb_gro_offsetHerbert Xu2009-05-271-13/+10
* | gro: Inline skb_gro_header and cache frag0 virtual addressHerbert Xu2009-05-271-15/+12
* | gro: Open-code frags copy in skb_gro_receiveHerbert Xu2009-05-271-3/+6
* | nl80211: Eliminate reference to BUS_ID_SIZE.David S. Miller2009-05-261-1/+1
* | net: Remove bogus reference to BUS_ID_SIZE in sysfs code.David S. Miller2009-05-261-1/+0
* | net: txq_trans_update() helperEric Dumazet2009-05-254-1/+9
* | pkt_sched: gen_estimator: Fix signed integers right-shifts.Jarek Poplawski2009-05-251-2/+2
* | net: remove COMPAT_NET_DEV_OPSAlexander Beregalov2009-05-256-76/+0
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-259-50/+51
|\ \
| * | RxRPC: Error handling for rxrpc_alloc_connection()Dan Carpenter2009-05-211-6/+6
| * | ipv4: Fix oops with FIB_TRIERobert Olsson2009-05-211-1/+5
| * | pktgen: do not access flows[] beyond its lengthFlorian Westphal2009-05-211-1/+1
| * | IPv6: set RTPROT_KERNEL to initial routeJean-Mickael Guerin2009-05-201-0/+3
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-05-202-0/+14
| |\ \
| | * | cfg80211: fix race between core hint and driver's custom applyLuis R. Rodriguez2009-05-201-0/+7
| | * | wext: verify buffer size for SIOCSIWENCODEEXTJohannes Berg2009-05-201-0/+7
| * | | net: fix rtable leak in net/ipv4/route.cEric Dumazet2009-05-201-38/+17
| * | | net: fix length computation in rt_check_expire()Eric Dumazet2009-05-201-2/+3
| |/ /
| * | ipv4: make default for INET_LRO consistent with help textFrans Pop2009-05-181-1/+1
| * | net: fix skb_seq_read returning wrong offset/length for page frag dataThomas Chenault2009-05-181-1/+1
* | | skbuff: Copy csum instead of csum_start/csum_offsetHerbert Xu2009-05-251-2/+1
* | | skbuff: Move new code into __copy_skb_headerHerbert Xu2009-05-251-5/+9
OpenPOWER on IntegriCloud