summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-011-3/+4
* proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-2/+1Star
* hostap: Don't use create_proc_read_entry()David Howells2013-04-293-40/+38Star
* xt_hashlimit: allocate a copy of name explicitly, don't rely on procfs gutsAl Viro2013-04-291-3/+11
* sock_close() couldn't have been called with NULL inode since at least 2.1.earlyAl Viro2013-04-291-9/+0Star
* bluetooth: fix race in bt_procfs_init()Al Viro2013-04-091-7/+1Star
* bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro2013-04-098-9/+9
* bluetooth: don't bother with ->owner for procfs fopsAl Viro2013-04-091-7/+8
* x25: use proc_remove_subtree()Al Viro2013-04-091-33/+14Star
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-0917-37/+35Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-2632-342/+311Star
|\
| * ipv4: Fix ip-header identification for gso packets.Pravin B Shelar2013-03-261-2/+1Star
| * af_unix: dont send SCM_CREDENTIAL when dest socket is NULLdingtianhong2013-03-261-2/+2
| * ipv6: fix bad free of addrconf_init_netHong Zhiguo2013-03-251-16/+10Star
| * unix: fix a race condition in unix_release()Paul Moore2013-03-251-4/+3Star
| * tcp: undo spurious timeout after SACK renegingYuchung Cheng2013-03-241-5/+2Star
| * bridge: fix crash when set mac address of br interfaceHong zhi guo2013-03-241-1/+1
| * 8021q: fix a potential use-after-freeCong Wang2013-03-241-7/+7
| * net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet2013-03-241-1/+0Star
| * tcp: preserve ACK clocking in TSOEric Dumazet2013-03-221-2/+5
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-201-0/+1
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2013-03-181-0/+1
| | |\
| | | * Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes2013-03-141-0/+1
| * | | net/irda: add missing error path release_sock callKees Cook2013-03-201-2/+4
| * | | ipconfig: Fix newline handling in log message.Martin Fuzzey2013-03-201-1/+2
| * | | flow_keys: include thoff into flow_keys for later usageDaniel Borkmann2013-03-201-0/+2
| * | | l2tp: unhash l2tp sessions on delete, not on freeTom Parkin2013-03-203-50/+38Star
| * | | l2tp: avoid deadlock in l2tp stats updateTom Parkin2013-03-205-147/+93Star
| * | | l2tp: push all ppp pseudowire shutdown through .release handlerTom Parkin2013-03-201-43/+10Star
| * | | l2tp: purge session reorder queue on deleteTom Parkin2013-03-201-0/+4
| * | | l2tp: add session reorder queue purge function to coreTom Parkin2013-03-202-0/+18
| * | | l2tp: don't BUG_ON sk_socket being NULLTom Parkin2013-03-201-8/+10
| * | | l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookupTom Parkin2013-03-201-0/+2
| * | | l2tp: close sessions before initiating tunnel deleteTom Parkin2013-03-201-0/+1
| * | | l2tp: close sessions in ip socket destroy callbackTom Parkin2013-03-202-0/+13
| * | | l2tp: export l2tp_tunnel_closeallTom Parkin2013-03-202-2/+3
| * | | l2tp: add udp encap socket destroy handlerTom Parkin2013-03-201-0/+14
| * | | udp: add encap_destroy callbackTom Parkin2013-03-202-0/+15
| * | | genetlink: trigger BUG_ON if a group name is too longMasatake YAMATO2013-03-201-0/+1
| * | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-03-2010-51/+51
| |\ \ \
| | * | | netfilter: remove unused "config IP_NF_QUEUE"Paul Bolle2013-03-201-13/+0Star
| | * | | ipvs: remove extra rcu lockJulian Anastasov2013-03-191-2/+0Star
| | * | | ipvs: add backup_only flag to avoid loopsJulian Anastasov2013-03-192-4/+15
| | * | | ipvs: fix sctp chunk length orderJulian Anastasov2013-03-191-7/+9
| | * | | netfilter: ip6t_NPT: restrict to mangle tableFlorian Westphal2013-03-151-0/+2
| | * | | netfilter: nfnetlink_queue: fix incorrect initialization of copy range fieldPablo Neira Ayuso2013-03-151-1/+1
| | * | | netfilter: nf_conntrack: register pernet subsystem before register L4 protoGao feng2013-03-154-24/+24
* | | | | Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-03-261-2/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust2013-03-251-2/+7
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-1923-56/+128
|\ \ \ \ \