summaryrefslogtreecommitdiffstats
path: root/net/atm
Commit message (Expand)AuthorAgeFilesLines
* net: add dev arg to ndo_neigh_construct/destroyJiri Pirko2016-07-051-1/+1
* net/atm: sk_err_soft must be positiveStefan Hajnoczi2016-05-232-3/+3
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
* net: Generalise wq_has_sleeper helperHerbert Xu2015-11-301-2/+2
* net: atm: constify in_cache_ops and eg_cache_ops structuresJulia Lawall2015-11-232-4/+4
* atm: deal with setting entry before mkip was calledSasha Levin2015-09-171-0/+3
* br2684: Remove unnecessary formatting macros b1 and bsJoe Perches2015-07-311-6/+3
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-114-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-154-34/+8
|\
| * atm: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-2/+2
| * net/atm/signaling.c: remove WAIT_FOR_DEMON codeFabian Frederick2015-03-031-24/+0
| * net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-022-8/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-1/+1
|\ \ | |/ |/|
| * treewide: Fix typo in printk messagesMasanari Iida2015-03-061-1/+1
* | put iov_iter into msghdrAl Viro2014-12-091-4/+1
* | [atm] switch vcc_sendmsg() to copy_from_iter()Al Viro2014-11-241-11/+6
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
|/
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-1/+1
* atm: Convert pr_warning to pr_warnJoe Perches2014-09-102-3/+3
* net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller2014-09-011-1/+1
* net: Add ops->ndo_xmit_flush()David S. Miller2014-08-241-1/+1
* lec: Use rtnl lock/unlock when updating MTUchas williams - CONTRACTOR2014-08-211-0/+2
* lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70achas williams - CONTRACTOR2014-08-131-4/+1
* atm/svc: Fix blocking in wait loopchas williams - CONTRACTOR2014-08-131-28/+32
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-152-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-8/+2
|\
| * atm: remove commented out checkPaul Bolle2014-05-301-8/+2
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
|/
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-115-11/+11
* atm: replace del_timer by del_timer_syncJulia Lawall2014-03-271-1/+1
* net: Fix some fallout from the etner_addr_copy() changes.David S. Miller2014-01-211-1/+1
* atm: Use ether_addr_copyJoe Perches2014-01-212-5/+6
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-2/+0
* net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang2013-05-281-1/+3
* net: pass info struct via netdevice notifierJiri Pirko2013-05-282-6/+4
* 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