aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-11bridge: Simplify interface for ATM LANEMichał Mirosław
2009-06-11[PATCH] net core: Some interface flags not returned by SIOCGIFFLAGSJohn Dykstra
2009-06-11neigh: fix state transition INCOMPLETE->FAILED via Netlink requestTimo Teras
2009-06-11net: No more expensive sock_hold()/sock_put() on each txEric Dumazet
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-06-10mac80211: do not pass PS frames out of mac80211 againJohannes Berg
2009-06-09Add constants for the ieee 802.15.4 stackSergey Lapin
2009-06-09net: dev_addr_init() fixEric Dumazet
2009-06-09net/core/user_dma.c: Use frag list abstraction interfaces.David S. Miller
2009-06-09net/core/skbuff.c: Use frag list abstraction interfaces.David S. Miller
2009-06-09net/core/dev.c: Use frag list abstraction interfaces.David S. Miller
2009-06-09datagram: Use frag list abstraction interfaces.David S. Miller
2009-06-08net pkgen.c:fix no need for checkFigo.zhang
2009-06-08net: Fix memcpy_toiovecend() to use the right offsetSridhar Samudrala
2009-06-08net: Fix skb_copy_datagram_from_iovec() to pass the right offsetSridhar Samudrala
2009-06-08net: skb_shared_info optimizationEric Dumazet
2009-06-08net: num_dma_maps is not usedEric Dumazet
2009-06-08net: Ensure partial checksum offset is inside the skb headHerbert Xu
2009-06-03net: introduce pre-up netdev notifierJohannes Berg
2009-06-03net: skb->dst accessorsEric Dumazet
2009-05-29net: convert unicast addr listJiri Pirko
2009-05-27net: net/core/sock.c cleanupEric Dumazet
2009-05-27net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()Eric Dumazet
2009-05-27gro: Store shinfo in local variable in skb_gro_receiveHerbert Xu
2009-05-27gro: Nasty optimisations for page frags in skb_gro_receiveHerbert Xu
2009-05-27gro: Open-code final pskb_may_pullHerbert Xu
2009-05-27gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu
2009-05-27gro: Optimise length comparison in skb_gro_headerHerbert Xu
2009-05-27gro: Only use skb_gro_header for completely non-linear packetsHerbert Xu
2009-05-27gro: Localise offset/headlen in skb_gro_offsetHerbert Xu
2009-05-27gro: Inline skb_gro_header and cache frag0 virtual addressHerbert Xu
2009-05-27gro: Open-code frags copy in skb_gro_receiveHerbert Xu
2009-05-26net: Remove bogus reference to BUS_ID_SIZE in sysfs code.David S. Miller
2009-05-25net: txq_trans_update() helperEric Dumazet
2009-05-25pkt_sched: gen_estimator: Fix signed integers right-shifts.Jarek Poplawski
2009-05-25net: remove COMPAT_NET_DEV_OPSAlexander Beregalov
2009-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-25skbuff: Copy csum instead of csum_start/csum_offsetHerbert Xu
2009-05-25skbuff: Move new code into __copy_skb_headerHerbert Xu
2009-05-21net: Fix arg to trace_napi_poll() in netpoll.David S. Miller
2009-05-21dropmon: add ability to detect when hardware dropsrxpacketsNeil Horman
2009-05-21netns: simplify net_ns_initStephen Hemminger
2009-05-21netns: remove leftover debugging messageStephen Hemminger
2009-05-21pktgen: do not access flows[] beyond its lengthFlorian Westphal
2009-05-20net: Remove unused parameter from fill method in fib_rules_ops.Rami Rosen
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet
2009-05-18net-sysfs: Use rtnl_trylock in sysfs methods.Eric W. Biederman
2009-05-18net: fix skb_seq_read returning wrong offset/length for page frag dataThomas Chenault
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller