aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-29xt_hashlimit: allocate a copy of name explicitly, don't rely on procfs gutsAl Viro1-3/+11
2013-04-29sock_close() couldn't have been called with NULL inode since at least 2.1.earlyAl Viro1-9/+0
2013-04-09bluetooth: fix race in bt_procfs_init()Al Viro1-7/+1
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro8-9/+9
2013-04-09bluetooth: don't bother with ->owner for procfs fopsAl Viro1-7/+8
2013-04-09x25: use proc_remove_subtree()Al Viro1-33/+14
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro17-37/+35
2013-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds32-342/+311
2013-03-26Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+7
2013-03-26ipv4: Fix ip-header identification for gso packets.Pravin B Shelar1-2/+1
2013-03-26af_unix: dont send SCM_CREDENTIAL when dest socket is NULLdingtianhong1-2/+2
2013-03-25ipv6: fix bad free of addrconf_init_netHong Zhiguo1-16/+10
2013-03-25unix: fix a race condition in unix_release()Paul Moore1-4/+3
2013-03-25SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust1-2/+7
2013-03-24tcp: undo spurious timeout after SACK renegingYuchung Cheng1-5/+2
2013-03-24bridge: fix crash when set mac address of br interfaceHong zhi guo1-1/+1
2013-03-248021q: fix a potential use-after-freeCong Wang1-7/+7
2013-03-24net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet1-1/+0
2013-03-22tcp: preserve ACK clocking in TSOEric Dumazet1-2/+5
2013-03-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-0/+1
2013-03-20net/irda: add missing error path release_sock callKees Cook1-2/+4
2013-03-20ipconfig: Fix newline handling in log message.Martin Fuzzey1-1/+2
2013-03-20flow_keys: include thoff into flow_keys for later usageDaniel Borkmann1-0/+2
2013-03-20l2tp: unhash l2tp sessions on delete, not on freeTom Parkin3-50/+38
2013-03-20l2tp: avoid deadlock in l2tp stats updateTom Parkin5-147/+93
2013-03-20l2tp: push all ppp pseudowire shutdown through .release handlerTom Parkin1-43/+10
2013-03-20l2tp: purge session reorder queue on deleteTom Parkin1-0/+4
2013-03-20l2tp: add session reorder queue purge function to coreTom Parkin2-0/+18
2013-03-20l2tp: don't BUG_ON sk_socket being NULLTom Parkin1-8/+10
2013-03-20l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookupTom Parkin1-0/+2
2013-03-20l2tp: close sessions before initiating tunnel deleteTom Parkin1-0/+1
2013-03-20l2tp: close sessions in ip socket destroy callbackTom Parkin2-0/+13
2013-03-20l2tp: export l2tp_tunnel_closeallTom Parkin2-2/+3
2013-03-20l2tp: add udp encap socket destroy handlerTom Parkin1-0/+14
2013-03-20udp: add encap_destroy callbackTom Parkin2-0/+15
2013-03-20genetlink: trigger BUG_ON if a group name is too longMasatake YAMATO1-0/+1
2013-03-20Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller10-51/+51
2013-03-20netfilter: remove unused "config IP_NF_QUEUE"Paul Bolle1-13/+0
2013-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds23-56/+128
2013-03-19inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa4-16/+35
2013-03-19ipvs: remove extra rcu lockJulian Anastasov1-2/+0
2013-03-19ipvs: add backup_only flag to avoid loopsJulian Anastasov2-4/+15
2013-03-19ipvs: fix sctp chunk length orderJulian Anastasov1-7/+9
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJohn W. Linville1-0/+1
2013-03-18tcp: dont handle MTU reduction on LISTEN socketEric Dumazet2-7/+14
2013-03-17bridge: Add support for setting BR_ROOT_BLOCK flag.Vlad Yasevich1-0/+1
2013-03-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller2-9/+55
2013-03-17rtnetlink: Mask the rta_type when range checkingVlad Yasevich1-1/+1
2013-03-16Revert "ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionally"Timo Teräs1-4/+1
2013-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville2-9/+55