summaryrefslogtreecommitdiffstats
path: root/net/atm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-071-0/+2
|\ \
| * | atm: update msg_namelen in vcc_recvmsg()Mathias Krause2013-04-071-0/+2
| |/
* / net: add ETH_P_802_3_MINSimon Horman2013-03-281-1/+1
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-273-41/+35
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
|/
* atm: use scnprintf() instead of sprintf()chas williams - CONTRACTOR2012-12-171-25/+15
* pppoatm: optimise PPP channel wakeups after sock_owned_by_user()David Woodhouse2012-12-021-2/+19
* br2684: allow assign only on a connected socketKrzysztof Mazur2012-12-021-2/+5
* br2684: fix module_put() raceDavid Woodhouse2012-12-021-1/+4
* pppoatm: fix missing wakeup in pppoatm_send()David Woodhouse2012-12-021-0/+12
* br2684: don't send frames on not-ready vccDavid Woodhouse2012-12-021-3/+40
* atm: add release_cb() callback to vccDavid Woodhouse2012-12-021-0/+10
* pppoatm: do not inline pppoatm_may_send()Krzysztof Mazur2012-11-301-1/+1
* pppoatm: drop frames to not-ready vccKrzysztof Mazur2012-11-301-0/+7
* pppoatm: take ATM socket lock in pppoatm_send()Krzysztof Mazur2012-11-281-2/+17
* pppoatm: fix module_put() raceKrzysztof Mazur2012-11-281-2/+7
* pppoatm: allow assign only on a connected socketKrzysztof Mazur2012-11-281-0/+2
* atm: add owner of push() callback to atmvccKrzysztof Mazur2012-11-281-0/+2
* atm: br2684: Fix excessive queue bloatDavid Woodhouse2012-11-261-14/+22
* net:atm:fix up ENOIOCTLCMD error handlingWanlong Gao2012-08-311-1/+1
* atm: fix info leak via getsockname()Mathias Krause2012-08-151-0/+1
* atm: fix info leak in getsockopt(SO_ATMPVC)Mathias Krause2012-08-151-0/+1
* net: Remove casts to same typeJoe Perches2012-06-041-1/+1
* net: use consume_skb() in place of kfree_skb()Eric Dumazet2012-06-042-3/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-2/+2
|\
| * Merge branch 'master' into for-nextJiri Kosina2012-04-082-10/+20
| |\
| * | atm: fix commentsAlexandra Vintila2012-04-051-2/+2
* | | atm: remove the coupling to token ring supportPaul Gortmaker2012-05-152-131/+8
* | | net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-5/+3
* | | atm: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-092-5/+4
* | | net: cleanup unsigned to unsigned intEric Dumazet2012-04-153-3/+3
* | | pppoatm: Fix excessive queue bloatDavid Woodhouse2012-04-131-10/+85
| |/ |/|
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-261-4/+6
|\ \
| * | atm: clip: remove clip_tblEric Dumazet2012-02-221-4/+6
| |/
* / atm: clip: Convert over to dst_neigh_lookup().David S. Miller2012-02-011-4/+13
|/
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-1/+1
* atm: clip: Remove code commented out since eternity.David S. Miller2011-12-021-9/+0
* atm: clip: Use device neigh support on top of "arp_tbl".David Miller2011-11-301-72/+14
* atm: clip: Convert over to neighbour_priv()David Miller2011-11-301-13/+15
* neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables.David Miller2011-11-301-1/+0
* neigh: Add infrastructure for allocating device neigh privates.David Miller2011-11-301-0/+1
* atm: br2684: Avoid alignment issuesPascal Hambourg2011-11-291-1/+2
* atm: br2684: Make headroom and hard_header_len depend on the payload typePascal Hambourg2011-11-291-2/+6
* atm: eliminate atm_guess_pdu2truesize()chas williams - CONTRACTOR2011-11-261-1/+1