summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-04-27net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-1/+5
2018-05-16net: atm: Fix potential Spectre v1Gustavo A. R. Silva1-2/+7
2016-09-11lec: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-6/+6
2016-08-19net: atm: remove redundant null pointer check on dev->nameColin Ian King1-1/+1
2016-07-05net: add dev arg to ndo_neigh_construct/destroyJiri Pirko5-7/+10
2016-05-23net/atm: sk_err_soft must be positiveStefan Hajnoczi2-3/+3
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal156-232/+232
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu13-28/+44
2015-11-23net: atm: constify in_cache_ops and eg_cache_ops structuresJulia Lawall2-4/+4
2015-09-18atm: deal with setting entry before mkip was calledSasha Levin1-0/+3
2015-07-31br2684: Remove unnecessary formatting macros b1 and bsJoe Perches1-6/+3
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman59-108/+109
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1451-32244/+55301
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds46-59/+54
2015-03-06treewide: Fix typo in printk messagesMasanari Iida13-17/+17
2015-03-03atm: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2015-03-03net/atm/signaling.c: remove WAIT_FOR_DEMON codeFabian Frederick1-24/+0
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue75-442/+302
2014-12-09put iov_iter into msghdrAl Viro33-112/+90
2014-11-24[atm] switch vcc_sendmsg() to copy_from_iter()Al Viro1-11/+6
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller43-57/+58
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet27-39/+54
2014-09-10atm: Convert pr_warning to pr_warnJoe Perches2-3/+3
2014-09-02net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller8-11/+13
2014-08-25net: Add ops->ndo_xmit_flush()David S. Miller9-15/+44
2014-08-21lec: Use rtnl lock/unlock when updating MTUchas williams - CONTRACTOR1-0/+2
2014-08-14lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70achas williams - CONTRACTOR1-4/+1
2014-08-14atm/svc: Fix blocking in wait loopchas williams - CONTRACTOR1-28/+32
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen97-133/+185
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1266-22890/+61475
2014-05-31atm: remove commented out checkPaul Bolle1-8/+2
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra106-288/+284
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller58-121/+112
2014-03-27atm: replace del_timer by del_timer_syncJulia Lawall1-1/+1
2014-01-22net: Fix some fallout from the etner_addr_copy() changes.David S. Miller2-1/+2
2014-01-22atm: Use ether_addr_copyJoe Perches2-5/+6
2013-11-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa35-115/+67
2013-05-29net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang6-11/+21
2013-05-28net: pass info struct via netdevice notifierJiri Pirko80-127/+172
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds385-14539/+7395
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro95-302/+243
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller135-450/+852
2013-04-07atm: update msg_namelen in vcc_recvmsg()Mathias Krause1-0/+2
2013-03-28net: add ETH_P_802_3_MINSimon Horman16-21/+24
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin218-1494/+987
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds383-1423/+1276
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng60-112/+112
2012-12-18atm: use scnprintf() instead of sprintf()chas williams - CONTRACTOR1-25/+15
2012-12-02pppoatm: optimise PPP channel wakeups after sock_owned_by_user()David Woodhouse1-2/+19
[next]