| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-08-31 | net:atm:fix up ENOIOCTLCMD error handling | Wanlong Gao | 1 | -1/+1 |
| 2012-08-15 | atm: fix info leak via getsockname() | Mathias Krause | 1 | -0/+1 |
| 2012-08-15 | atm: fix info leak in getsockopt(SO_ATMPVC) | Mathias Krause | 1 | -0/+1 |
| 2012-06-04 | net: Remove casts to same type | Joe Perches | 1 | -1/+1 |
| 2012-06-04 | net: use consume_skb() in place of kfree_skb() | Eric Dumazet | 2 | -3/+5 |
| 2012-05-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |
| 2012-05-15 | atm: remove the coupling to token ring support | Paul Gortmaker | 2 | -131/+8 |
| 2012-05-15 | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches | 1 | -5/+3 |
| 2012-05-09 | atm: Convert compare_ether_addr to ether_addr_equal | Joe Perches | 2 | -5/+4 |
| 2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 3 | -3/+3 |
| 2012-04-13 | pppoatm: Fix excessive queue bloat | David Woodhouse | 1 | -10/+85 |
| 2012-04-08 | Merge branch 'master' into for-next | Jiri Kosina | 2 | -10/+20 |
| 2012-04-05 | atm: fix comments | Alexandra Vintila | 1 | -2/+2 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
| 2012-03-04 | ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> | Paul Mackerras | 1 | -1/+1 |
| 2012-02-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+6 |
| 2012-02-22 | atm: clip: remove clip_tbl | Eric Dumazet | 1 | -4/+6 |
| 2012-02-01 | atm: clip: Convert over to dst_neigh_lookup(). | David S. Miller | 1 | -4/+13 |
| 2011-12-05 | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. | David Miller | 1 | -1/+1 |
| 2011-12-02 | atm: clip: Remove code commented out since eternity. | David S. Miller | 1 | -9/+0 |
| 2011-11-30 | atm: clip: Use device neigh support on top of "arp_tbl". | David Miller | 1 | -72/+14 |
| 2011-11-30 | atm: clip: Convert over to neighbour_priv() | David Miller | 1 | -13/+15 |
| 2011-11-30 | neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables. | David Miller | 1 | -1/+0 |
| 2011-11-30 | neigh: Add infrastructure for allocating device neigh privates. | David Miller | 1 | -0/+1 |
| 2011-11-29 | atm: br2684: Avoid alignment issues | Pascal Hambourg | 1 | -1/+2 |
| 2011-11-29 | atm: br2684: Make headroom and hard_header_len depend on the payload type | Pascal Hambourg | 1 | -2/+6 |
| 2011-11-26 | atm: eliminate atm_guess_pdu2truesize() | chas williams - CONTRACTOR | 1 | -1/+1 |
| 2011-11-22 | atm: Allow MSG_PEEK for atm sockets | Jorge Boncompte [DTI2] | 1 | -3/+11 |
| 2011-11-22 | atm: Introduce vcc_process_recv_queue | Jorge Boncompte [DTI2] | 5 | -27/+31 |
| 2011-11-22 | atm: clip: move clip_devs check to clip_push | Jorge Boncompte [DTI2] | 1 | -7/+10 |
| 2011-11-22 | atm: clip: Don't move counters backwards | Jorge Boncompte [DTI2] | 1 | -9/+1 |
| 2011-11-22 | atm: br2684: Do not move counters backwards | Jorge Boncompte [DTI2] | 1 | -8/+1 |
| 2011-11-14 | neigh: new unresolved queue limits | Eric Dumazet | 1 | -1/+1 |
| 2011-10-31 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 2 | -0/+2 |
| 2011-09-22 | Merge branch 'master' of github.com:davem330/net | David S. Miller | 1 | -3/+4 |
| 2011-08-20 | atm: br2684: Fix oops due to skb->dev being NULL | Daniel Schwierzeck | 1 | -3/+4 |
| 2011-08-17 | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 1 | -1/+1 |
| 2011-08-01 | atm: br2864: sent packets truncated in VC routed mode | Chas Williams | 1 | -2/+0 |
| 2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 5 | -5/+5 |
| 2011-07-17 | net: Abstract dst->neighbour accesses behind helpers. | David S. Miller | 1 | -6/+10 |
| 2011-07-17 | neigh: Pass neighbour entry to output ops. | David S. Miller | 1 | -2/+2 |
| 2011-07-16 | neigh: Kill ndisc_ops->queue_xmit | David S. Miller | 1 | -1/+0 |
| 2011-07-16 | neigh: Kill neigh_ops->hh_output | David S. Miller | 1 | -1/+0 |
| 2011-06-16 | net: Remove casts of void * | Joe Perches | 1 | -1/+1 |
| 2011-06-06 | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | 1 | -0/+1 |
| 2011-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -0/+10 |
| 2011-05-27 | atm: expose ATM device index in sysfs | Dan Williams | 1 | -0/+10 |
| 2011-05-26 | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2 | -2/+2 |
| 2011-05-26 | atm: Drop __TIME__ usage | Michal Marek | 2 | -2/+2 |
| 2011-05-24 | net: convert %p usage to %pK | Dan Rosenberg | 1 | -2/+2 |
| 2011-04-17 | atm: lec: Fix set-but-unused variables. | David S. Miller | 1 | -4/+0 |
| 2011-04-07 | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds | 2 | -2/+2 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 2 | -2/+2 |
| 2011-03-30 | atm/solos-pci: Don't flap VCs when carrier state changes | Philip A. Prindeville | 1 | -0/+1 |
| 2011-03-12 | ipv4: Create and use route lookup helpers. | David S. Miller | 1 | -3/+1 |
| 2011-03-02 | ipv4: Make output route lookup return rtable directly. | David S. Miller | 1 | -3/+3 |
| 2011-01-07 | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+1 |
| 2010-12-19 | net: kill unused macros | Shan Wei | 1 | -2/+0 |
| 2010-12-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 3 | -5/+7 |
| 2010-12-15 | workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela... | Tejun Heo | 1 | -1/+1 |
| 2010-12-10 | atm: correct sysfs 'device' link creation and parent relationships | Dan Williams | 3 | -5/+7 |
| 2010-11-17 | net: use the macros defined for the members of flowi | Changli Gao | 1 | -1/+2 |
| 2010-11-17 | net/atm: Remove unnecessary casts of netdev_priv | Joe Perches | 2 | -3/+2 |
| 2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 3 | -4/+3 |
| 2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -0/+1 |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
| 2010-10-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
| 2010-10-11 | ATM: mpc, fix use after free | Jiri Slaby | 1 | -1/+1 |
| 2010-10-05 | net neigh: RCU conversion of neigh hash table | Eric Dumazet | 1 | -2/+2 |
| 2010-09-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -10/+2 |
| 2010-09-26 | br2684: fix scheduling while atomic | Karl Hiramoto | 1 | -10/+2 |
| 2010-08-19 | atm: remove a net_device_stats clear | Eric Dumazet | 1 | -1/+0 |
| 2010-08-16 | net/atm: Adjust confusing if indentation | Julia Lawall | 1 | -1/+1 |
| 2010-08-04 | ppp: make channel_ops const | stephen hemminger | 1 | -1/+1 |
| 2010-07-09 | atm/br2684: register notifier event for carrier signal changes. | Karl Hiramoto | 1 | -2/+64 |
| 2010-07-09 | atm: propagate signal changes via notifier | Karl Hiramoto | 1 | -0/+30 |
| 2010-06-10 | net-next: remove useless union keyword | Changli Gao | 1 | -1/+1 |
| 2010-05-17 | net: Remove unnecessary returns from void function()s | Joe Perches | 4 | -59/+0 |
| 2010-05-01 | net: sock_def_readable() and friends RCU conversion | Eric Dumazet | 1 | -8/+14 |
| 2010-04-20 | net: sk_sleep() helper | Eric Dumazet | 3 | -38/+38 |
| 2010-04-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 14 | -0/+14 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 14 | -0/+14 |
| 2010-03-21 | atm: Use kasprintf | Eric Dumazet | 1 | -9/+1 |
| 2010-02-10 | net: atm: use seq_list_foo() helpers | Li Zefan | 2 | -17/+3 |
| 2010-01-26 | net/atm: Cleanup dprint/ddprintk #defines and uses | Joe Perches | 3 | -107/+124 |
| 2010-01-26 | net/atm/lec.c: Add __lec_arp_check_expire and other cleanups | Joe Perches | 1 | -73/+80 |
| 2010-01-26 | net/atm/svc.c: checkpatch cleanups | Joe Perches | 1 | -124/+125 |
| 2010-01-26 | net/atm/signaling.c: checkpatch cleanups | Joe Perches | 1 | -101/+101 |
| 2010-01-26 | net/atm/resources.c: checkpatch cleanups | Joe Perches | 1 | -198/+192 |
| 2010-01-26 | net/atm/raw.c: checkpatch cleanups | Joe Perches | 1 | -14/+7 |
| 2010-01-26 | net/atm/pvc.c: checkpatch cleanups | Joe Perches | 1 | -22/+21 |
| 2010-01-26 | net/atm/proc.c: checkpatch cleanups | Joe Perches | 1 | -37/+44 |
| 2010-01-26 | net/atm/pppoatm.c: checkpatch cleanups | Joe Perches | 1 | -4/+7 |
| 2010-01-26 | net/atm/mpoa_proc.c: checkpatch cleanups | Joe Perches | 1 | -33/+31 |
| 2010-01-26 | net/atm/mpoa_caches.c: checkpatch cleanups | Joe Perches | 1 | -72/+88 |
| 2010-01-26 | net/atm/mpc.c: checkpatch cleanups | Joe Perches | 1 | -193/+252 |
| 2010-01-26 | net/atm/lec.c: checkpatch cleanups | Joe Perches | 1 | -148/+136 |
| 2010-01-26 | net/atm/ioctl.c: checkpatch cleanups | Joe Perches | 1 | -98/+97 |
| 2010-01-26 | net/atm/common.c: checkpatch cleanups | Joe Perches | 1 | -165/+173 |
| 2010-01-26 | net/atm/clip.c: checkpatch cleanups | Joe Perches | 1 | -14/+12 |
| 2010-01-26 | net/atm/br2684.c: checkpatch cleanups | Joe Perches | 1 | -41/+31 |
| 2010-01-26 | net/atm/atm_sysfs.c: checkpatch cleanups | Joe Perches | 1 | -13/+14 |
| 2010-01-26 | net/atm/atm_misc.c: checkpatch cleanups | Joe Perches | 1 | -24/+16 |
| 2010-01-26 | net/atm/addr.c: Convert include <asm to include <linux | Joe Perches | 1 | -1/+1 |
| 2010-01-26 | net/atm: Convert printk to pr_<level> | Joe Perches | 12 | -212/+190 |
| 2009-12-08 | atm: [br2684] allow routed mode operation again | chas williams - CONTRACTOR | 1 | -3/+8 |
| 2009-12-08 | atm: [lec] initialize .netdev_ops before calling register_netdev() | chas williams - CONTRACTOR | 1 | -9/+1 |
| 2009-11-25 | net: use net_eq to compare nets | Octavian Purdila | 1 | -1/+1 |
| 2009-11-11 | net/atm: move all compat_ioctl handling to atm/ioctl.c | Arnd Bergmann | 1 | -2/+175 |
| 2009-11-05 | net: pass kern to net_proto_family create function | Eric Paris | 2 | -4/+6 |
| 2009-10-12 | net: Generalize socket rx gap / receive queue overflow cmsg | Neil Horman | 1 | -1/+1 |
| 2009-10-07 | net: mark net_proto_ops as const | Stephen Hemminger | 2 | -2/+2 |
| 2009-09-30 | net: Make setsockopt() optlen be unsigned. | David S. Miller | 4 | -4/+4 |
| 2009-09-02 | atm/br2684: netif_stop_queue() when atm device busy and netif_wake_queue() wh... | Karl Hiramoto | 1 | -10/+27 |
| 2009-09-01 | net: make neigh_ops constant | Stephen Hemminger | 1 | -1/+1 |
| 2009-09-01 | convert ATM drivers to netdev_tx_t | Stephen Hemminger | 4 | -6/+12 |
| 2009-08-05 | net: mark read-only arrays as const | Jan Engelhardt | 2 | -8/+10 |
| 2009-07-09 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -3/+3 |
| 2009-07-09 | net: adding memory barrier to the poll and receive callbacks | Jiri Olsa | 1 | -3/+3 |
| 2009-07-05 | net: convert remaining non-symbolic return values in ndo_start_xmit() functions | Patrick McHardy | 1 | -1/+1 |
| 2009-07-05 | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 3 | -12/+12 |
| 2009-06-18 | atm: sk_wmem_alloc initial value is one | Eric Dumazet | 4 | -11/+10 |
| 2009-06-13 | net: fix network drivers ndo_start_xmit() return values (part 7) | Patrick McHardy | 1 | -1/+2 |
| 2009-06-11 | bridge: Simplify interface for ATM LANE | Michał Mirosław | 1 | -13/+4 |
| 2009-06-03 | net: skb->dst accessors | Eric Dumazet | 2 | -8/+8 |
| 2009-05-29 | atm: unset IFF_XMIT_DST_RELEASE in clip_setup() | Eric Dumazet | 1 | -0/+1 |
| 2009-05-28 | atm: Use SKB queue and list helpers instead of doing it by-hand. | David S. Miller | 2 | -36/+17 |
| 2009-05-02 | Subject: [PATCH] br2684: restore net_dev initialization | Rabin Vincent | 1 | -0/+1 |
| 2009-03-31 | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 2 | -2/+0 |
| 2009-03-21 | atm: convert clip driver to net_device_ops | Stephen Hemminger | 1 | -3/+6 |
| 2009-03-21 | atm: convert mpc device to using netdev_ops | Stephen Hemminger | 2 | -19/+18 |
| 2009-03-21 | atm: lec use dev_change_mtu | Stephen Hemminger | 1 | -1/+1 |
| 2009-01-21 | lec: convert to net_device_ops | Stephen Hemminger | 1 | -9/+11 |
| 2009-01-21 | lec: convert to internal network_device_stats | Stephen Hemminger | 2 | -28/+17 |
| 2009-01-21 | clip: convert to internal network_device_stats | Stephen Hemminger | 1 | -18/+12 |
| 2009-01-21 | br2684: convert to net_device_ops | Stephen Hemminger | 1 | -9/+11 |
| 2009-01-21 | atm: br2684 internal stats | Stephen Hemminger | 1 | -23/+15 |
| 2008-12-08 | netdevice: Kill netdev->priv | Wang Chen | 1 | -2/+2 |
| 2008-12-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+5 |
| 2008-12-04 | ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc table | Chas Williams | 1 | -1/+5 |
| 2008-12-03 | atm: 32-bit ioctl compatibility | David Woodhouse | 6 | -27/+135 |
| 2008-11-12 | netdevice: safe convert to netdev_priv() #part-4 | Wang Chen | 3 | -22/+24 |
| 2008-11-10 | net: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -1/+1 |
| 2008-10-31 | net: replace NIPQUAD() in net/*/ | Harvey Harrison | 3 | -21/+27 |
| 2008-10-27 | net: convert print_mac to %pM | Johannes Berg | 2 | -24/+7 |
| 2008-09-22 | net/atm/lec.c: drop code after return | Julia Lawall | 1 | -1/+0 |
| 2008-09-20 | net: Use hton[sl]() instead of __constant_hton[sl]() where applicable | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2008-07-30 | atm: fix const assignment/discard warnings in the ATM networking driver | David Howells | 1 | -9/+13 |
| 2008-07-19 | netns: Use net_eq() to compare net-namespaces for optimization. | YOSHIFUJI Hideaki | 2 | -2/+2 |
| 2008-06-17 | atm: use const where reasonable | Mitchell Blank Jr | 6 | -51/+50 |
| 2008-06-16 | atm: [br2864] fix routed vcmux support | Eric Kinzie | 1 | -32/+44 |
| 2008-06-16 | atm: [br2684] Fix oops due to skb->dev being NULL | Jorge Boncompte [DTI2] | 1 | -1/+1 |
| 2008-05-06 | Revert "atm: Do not free already unregistered net device." | David S. Miller | 1 | -0/+2 |
| 2008-05-04 | atm: Bad locking on br2684_devs modifications. | Pavel Emelyanov | 1 | -2/+2 |
| 2008-05-04 | atm: Do not free already unregistered net device. | Pavel Emelyanov | 1 | -2/+0 |
| 2008-05-02 | atm: assign PDE->data before gluing PDE into /proc tree | Denis V. Lunev | 1 | -4/+2 |
| 2008-04-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -10/+19 |
| 2008-04-10 | [ATM]: Use SEQ_START_TOKEN | Joe Perches | 3 | -14/+15 |
| 2008-04-08 | [NET]: Undo code bloat in hot paths due to print_mac(). | David S. Miller | 1 | -10/+19 |
| 2008-03-26 | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 1 | -1/+1 |
| 2008-03-26 | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2 | -2/+2 |
| 2008-03-23 | Merge branch 'master' of ../net-2.6/ | David S. Miller | 2 | -3/+20 |
| 2008-03-23 | [ATM]: When proc_create() fails, do some error handling work and return -ENOMEM. | Wang Chen | 2 | -3/+20 |
| 2008-02-29 | [ATM]: Use seq_open/release_privade instead of manual manipulations. | Pavel Emelyanov | 2 | -52/+9 |
| 2008-02-28 | [IPV4]: Remove check for ifa->ifa_dev != NULL. | Denis V. Lunev | 1 | -4/+0 |
| 2008-02-28 | [ATM]: Use proc_create() to setup ->proc_fops first | Wang Chen | 5 | -14/+9 |
| 2008-01-28 | [NETNS]: Add namespace parameter to ip_route_output_key. | Denis V. Lunev | 1 | -1/+1 |
| 2008-01-28 | [ATM]: Suppress some sparse warnings | Eric Dumazet | 3 | -1/+5 |
| 2008-01-28 | [ATM]: Simplify /proc/net/atm/arp opening | Denis V. Lunev | 1 | -37/+5 |
| 2008-01-28 | [ATM]: Oops reading net/atm/arp | Denis V. Lunev | 1 | -2/+2 |
| 2008-01-28 | [NETNS]: Add netns parameter to inet_(dev_)add_type. | Eric W. Biederman | 1 | -1/+1 |
| 2008-01-28 | [ATM]: [br2864] whitespace cleanup | Chas Williams | 1 | -108/+114 |
| 2008-01-28 | [ATM]: [br2864] routed support | Eric Kinzie | 1 | -32/+116 |
| 2008-01-28 | [ATM]: Convert struct class_device to struct device | Kay Sievers | 1 | -30/+36 |
| 2008-01-28 | [ATM]: atm is no longer experimental | Robert P. J. Day | 1 | -7/+6 |
| 2008-01-28 | [NETNS]: Modify the neighbour table code so it handles multiple network names... | Eric W. Biederman | 1 | -1/+14 |
| 2008-01-28 | [NET]: Name magic constants in sock_wake_async() | Pavel Emelyanov | 1 | -1/+1 |
| 2008-01-28 | [NET]: Convert init_timer into setup_timer | Pavel Emelyanov | 1 | -3/+2 |
| 2008-01-09 | [ATM]: Check IP header validity in mpc_send_packet | Herbert Xu | 1 | -0/+7 |
| 2007-11-01 | [NET]: Forget the zero_it argument of sk_alloc() | Pavel Emelyanov | 1 | -1/+1 |
| 2007-10-17 | [BR2684]: get rid of broken header code. | Stephen Hemminger | 1 | -121/+0 |
| 2007-10-12 | Driver core: change add_uevent_var to use a struct | Kay Sievers | 1 | -5/+2 |
| 2007-10-10 | [NET]: sparse warning fixes | Stephen Hemminger | 1 | -1/+1 |
| 2007-10-10 | [ATM] net/atm/lec.c: printk warning fix | Andrew Morton | 1 | -1/+1 |
| 2007-10-10 | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 2 | -28/+17 |
| 2007-10-10 | [NET]: all net/ cleanup with ARRAY_SIZE | Denis Cheng | 1 | -1/+1 |
| 2007-10-10 | [NET]: Make the device list and device lookups per namespace. | Eric W. Biederman | 1 | -1/+1 |
| 2007-10-10 | [NET]: Make device event notification network namespace safe | Eric W. Biederman | 2 | -0/+7 |
| 2007-10-10 | [NET]: Make socket creation namespace safe. | Eric W. Biederman | 4 | -9/+15 |
| 2007-10-10 | [NET]: Make /proc/net per network namespace | Eric W. Biederman | 1 | -2/+3 |
| 2007-10-10 | [ATM]: Replace DPRINTK() with pr_debug(). | Stephen Hemminger | 8 | -182/+120 |
| 2007-08-13 | [ATM]: Clean up duplicate includes in net/atm/ | Jesper Juhl | 1 | -1/+0 |
| 2007-07-18 | [ATM]: Eliminate dead config variable CONFIG_BR2684_FAST_TRANS. | Robert P. J. Day | 1 | -4/+0 |
| 2007-07-15 | fallout from constified seq_operations | Al Viro | 1 | -1/+1 |
| 2007-07-10 | [NET]: Make all initialized struct seq_operations const. | Philippe De Muyter | 5 | -8/+8 |
| 2007-07-10 | [ATM] br2684: Use seq_list_xxx helpers | Pavel Emelianov | 1 | -18/+4 |
| 2007-04-26 | [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net | Milind Arun Choudhary | 4 | -4/+4 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} | Arnaldo Carvalho de Melo | 3 | -9/+12 |
| 2007-04-25 | [SK_BUFF]: Convert skb->end to sk_buff_data_t | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2007-04-25 | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 1 | -1/+1 |