| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-12-04 | ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc table | Chas Williams | 1 | -1/+5 |
| 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 |
| 2007-04-25 | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_reset_network_header(skb) | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_set_mac_header() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_reset_mac_header(skb) | Arnaldo Carvalho de Melo | 2 | -2/+2 |
| 2007-04-25 | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 1 | -3/+0 |
| 2007-04-25 | [TR]: Make tr_type_trans set skb->dev | Arnaldo Carvalho de Melo | 1 | -1/+3 |
| 2007-04-25 | [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution | Eric Dumazet | 1 | -0/+3 |
| 2007-04-25 | [NET] ATM: Use htons() where appropriate. | YOSHIFUJI Hideaki | 1 | -2/+2 |
| 2007-03-25 | [NET]: Fix neighbour destructor handling. | Alexey Kuznetsov | 1 | -9/+0 |
| 2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 3 | -3/+0 |
| 2007-02-12 | [PATCH] mark struct file_operations const 7 | Arjan van de Ven | 5 | -10/+10 |
| 2007-02-10 | [NET] ATM: Fix whitespace errors. | YOSHIFUJI Hideaki | 18 | -290/+290 |
| 2007-02-08 | [ATM]: Fix for crash in adummy_init() | Daniel Walker | 1 | -1/+2 |
| 2006-12-08 | [PATCH] struct path: convert atm | Josef Sipek | 1 | -1/+1 |
| 2006-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 12 | -157/+99 |
| 2006-12-02 | [ATM]: Kill ipcommon.[ch] | David S. Miller | 5 | -98/+47 |
| 2006-12-02 | [ATM]: Use kmemdup & kzalloc where applicable | Arnaldo Carvalho de Melo | 3 | -13/+6 |
| 2006-12-02 | [ATM]: Annotations. | Al Viro | 9 | -46/+46 |
| 2006-11-22 | WorkStruct: make allyesconfig | David Howells | 2 | -5/+6 |
| 2006-10-21 | [ATM]: handle sysfs errors | Jeff Garzik | 1 | -3/+12 |
| 2006-10-04 | Remove all inclusions of <linux/config.h> | Dave Jones | 1 | -1/+0 |
| 2006-09-29 | [ATM]: [lec] use refcnt to protect lec_arp_entries outside lock | Chas Williams | 1 | -9/+23 |
| 2006-09-29 | [ATM]: [lec] add reference counting to lec_arp entries | Chas Williams | 2 | -14/+29 |
| 2006-09-29 | [ATM]: [lec] use work queue instead of timer for lec arp expiry | Chas Williams | 2 | -11/+8 |
| 2006-09-29 | [ATM]: [lec] old_close is no longer used | Chas Williams | 1 | -3/+0 |
| 2006-09-29 | [ATM]: [lec] convert lec_arp_table to hlist | Chas Williams | 3 | -282/+170 |
| 2006-09-29 | [ATM]: [lec] header indent, comment and whitespace cleanup | Chas Williams | 2 | -149/+171 |
| 2006-09-29 | [ATM]: [lec] indent, comment and whitespace cleanup [continued] | Chas Williams | 1 | -884/+899 |
| 2006-09-29 | [ATM]: [lec] indent, comment and whitespace cleanup | Chas Williams | 1 | -692/+715 |
| 2006-09-28 | [ATM]: use NIPQUAD instead of open-coding it | Al Viro | 2 | -18/+7 |
| 2006-09-22 | [ATM]: proper prototypes in net/atm/mpc.h (and reduce ifdef clutter) | Adrian Bunk | 2 | -11/+8 |
| 2006-09-22 | [NET]: Remove unnecessary config.h includes from net/ | Dave Jones | 1 | -1/+0 |
| 2006-09-18 | [ATM] CLIP: Do not refer freed skbuff in clip_mkip(). | YOSHIFUJI Hideaki | 1 | -0/+2 |
| 2006-08-17 | [ATM]: Compile error on ARM | Kevin Hilman | 1 | -1/+1 |
| 2006-07-21 | [NET]: Conversions from kmalloc+memset to k(z|c)alloc. | Panagiotis Issaris | 6 | -12/+6 |
| 2006-07-09 | [ATM] net/atm/clip.c: fix PROC_FS=n compile | Adrian Bunk | 1 | -4/+9 |
| 2006-07-08 | [ATM]: fix possible recursive locking in skb_migrate() | Arjan van de Ven | 1 | -6/+11 |
| 2006-07-03 | [NET]: add+use poison defines | Randy Dunlap | 1 | -1/+2 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 13 | -13/+0 |
| 2006-06-29 | [ATM]: basic sysfs support for ATM devices | Roman Kagan | 6 | -5/+206 |
| 2006-06-26 | [ATM]: atm/mpc.c warning fix | Andrew Morton | 1 | -2/+1 |
| 2006-06-20 | [ATM]: fix broken uses of NIPQUAD in net/atm | Al Viro | 2 | -18/+7 |
| 2006-06-17 | [NET]: Add netif_tx_lock | Herbert Xu | 1 | -2/+2 |
| 2006-05-12 | [NEIGH]: Fix IP-over-ATM and ARP interaction. | Simon Kelley | 1 | -1/+1 |
| 2006-04-14 | [ATM] clip: add module info | Stephen Hemminger | 1 | -1/+2 |
| 2006-04-14 | [ATM] clip: notifier related cleanups | Stephen Hemminger | 1 | -20/+6 |
| 2006-04-14 | [ATM] clip: get rid of PROC_FS ifdef | Stephen Hemminger | 1 | -9/+4 |
| 2006-04-14 | [ATM] clip: run through Lindent | Stephen Hemminger | 1 | -211/+199 |
| 2006-04-14 | [ATM]: Clip timer race. | Stephen Hemminger | 1 | -11/+5 |
| 2006-04-14 | [ATM]: clip causes unregister hang | Stephen Hemminger | 1 | -15/+27 |
| 2006-03-20 | [NET]: sem2mutex part 2 | Ingo Molnar | 3 | -18/+21 |
| 2006-03-20 | [NET] sem2mutex: net/ | Arjan van de Ven | 1 | -7/+8 |
| 2006-03-20 | [ATM]: Fix build after neigh->parms->neigh_destructor change. | David S. Miller | 1 | -1/+1 |
| 2006-03-04 | [ATM]: keep atmsvc failure messages quiet | Chas Williams | 1 | -8/+2 |
| 2006-02-13 | [ATM]: Ratelimit atmsvc failure messages | Dave Jones | 1 | -1/+2 |
| 2006-01-11 | [PATCH] capable/capability.h (net/) | Randy Dunlap | 8 | -0/+8 |
| 2006-01-11 | [NET]: Remove more unneeded typecasts on *malloc() | Kris Katterjohn | 1 | -2/+1 |
| 2006-01-10 | [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr() | Kris Katterjohn | 3 | -6/+6 |
| 2006-01-06 | [NET]: Use newer is_multicast_ether_addr() in some files | Kris Katterjohn | 1 | -1/+1 |
| 2006-01-03 | [NET]: move struct proto_ops to const | Eric Dumazet | 2 | -2/+2 |
| 2005-11-29 | [ATM]: deregistration removes device from atm_devs list immediately | Stanislaw Gruszka | 3 | -30/+41 |
| 2005-11-29 | [ATM]: avoid race conditions related to atm_devs list | Stanislaw Gruszka | 3 | -23/+20 |
| 2005-11-29 | [ATM]: attempt to autoload atm drivers | Mitchell Blank Jr | 2 | -2/+3 |
| 2005-11-29 | [ATM]: atm_pcr_goal() doesn't modify its argument's contents -- mark it as const | Mitchell Blank Jr | 1 | -4/+7 |
| 2005-11-29 | [ATM]: always return the first interface for ATM_ITF_ANY | Mitchell Blank Jr | 1 | -20/+10 |
| 2005-10-08 | [PATCH] gfp flags annotations - part 1 | Al Viro | 1 | -1/+1 |
| 2005-10-07 | [ATM]: [br2684] if we free the skb, we should return 0 | Jean-Denis Boyer | 1 | -1/+1 |
| 2005-10-06 | [ATM]: add support for LECS addresses learned from network | Eric Kinzie | 3 | -23/+60 |
| 2005-10-04 | [ATM]: fix sparse gfp nocast warnings | Randy Dunlap | 1 | -1/+1 |
| 2005-10-03 | [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl | Herbert Xu | 1 | -1/+1 |
| 2005-10-03 | [INET]: speedup inet (tcp/dccp) lookups | Eric Dumazet | 1 | -1/+1 |
| 2005-09-29 | [ATM]: [lec] reset retry counter when new arp issued | Scott Talbert | 1 | -0/+6 |
| 2005-09-29 | [ATM]: [lec] attempt to support cisco failover | Scott Talbert | 1 | -3/+34 |
| 2005-09-28 | [ATM]: fix bug in atm address list handling | Martin Whitaker | 1 | -2/+4 |
| 2005-09-28 | [ATM]: track and close listen sockets when sigd exits | Chas Williams | 3 | -6/+7 |
| 2005-09-28 | [ATM]: net/atm/ioctl.c: autoload pppoatm and br2684 | Roman Kagan | 1 | -8/+26 |
| 2005-09-09 | [PATCH] timer initialization cleanup: DEFINE_TIMER | Ingo Molnar | 1 | -1/+1 |
| 2005-09-05 | [ATM]: net/atm/ioctl.c should #include "common.h" | Adrian Bunk | 1 | -0/+1 |
| 2005-08-29 | [NET]: Kill skb->list | David S. Miller | 1 | -3/+0 |
| 2005-07-19 | [ATM]: Trivial spelling fix patch for net/Kconfig | Jesper Juhl | 1 | -2/+2 |
| 2005-07-19 | [ATM]: allow bind() on point-to-multpoint svcs (from Martin Whitaker <martin_... | Chas Williams | 1 | -4/+0 |
| 2005-07-12 | [NET]: __be'ify *_type_trans() | Alexey Dobriyan | 1 | -2/+1 |
| 2005-07-11 | [NET]: move config options out to individual protocols | Sam Ravnborg | 1 | -0/+74 |
| 2005-05-01 | [PATCH] misc verify_area cleanups | Jesper Juhl | 1 | -2/+2 |
| 2005-04-21 | [ATM]: net/atm/resources.c: remove __free_atm_dev | Adrian Bunk | 1 | -8/+3 |
| 2005-04-21 | [ATM]: sk_atm() conversion missed subtle change of vcc | Chas Williams | 1 | -0/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 29 | -0/+11148 |