summaryrefslogtreecommitdiffstats
path: root/net/atm
Commit message (Expand)AuthorAgeFilesLines
* net: atm: make atmdev_ops constBhumika Goyal2017-08-094-4/+4
* net, atm: convert eg_cache_entry.use from atomic_t to refcount_tReshetova, Elena2017-07-042-8/+8
* net, atm: convert in_cache_entry.use from atomic_t to refcount_tReshetova, Elena2017-07-042-7/+8
* net, atm: convert lec_arp_table.usage from atomic_t to refcount_tReshetova, Elena2017-07-042-4/+4
* net, atm: convert atm_dev.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-042-2/+2
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-018-14/+14
* net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1
* neighbour: fix nlmsg_pid in notificationsRoopa Prabhu2017-03-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-151-2/+3
|\
| * net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-2/+3
* | atm: remove an unnecessary loopFrancois Romieu2017-03-131-9/+13
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* net: atm: Fix warnings in net/atm/lec.c when !CONFIG_PROC_FSAugusto Mecking Caringi2016-12-281-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-172-25/+24
|\
| * ATM: use designated initializersKees Cook2016-12-172-25/+24
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-1/+1
|\ \ | |/ |/|
| * [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-1/+1
* | net: remove MTU limits on a few ether_setup callersJarod Wilson2016-10-211-1/+3
* | net: use core MTU range checking in WAN driversJarod Wilson2016-10-201-10/+1
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-2/+0
|/
* lec: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-6/+6
* net: atm: remove redundant null pointer check on dev->nameColin Ian King2016-08-181-1/+1
* 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
OpenPOWER on IntegriCloud