summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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/+0
| | * | | | | | ipvs: remove extra rcu lockJulian Anastasov2013-03-191-2/+0
| | * | | | | | 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
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2013-03-194-16/+35
| * | | | | | | tcp: dont handle MTU reduction on LISTEN socketEric Dumazet2013-03-182-7/+14
| * | | | | | | bridge: Add support for setting BR_ROOT_BLOCK flag.Vlad Yasevich2013-03-171-0/+1
| * | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-03-172-9/+55
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-152-9/+55
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | | * | | | | | NFC: llcp: Report error to pending sockets when a device is removedSamuel Ortiz2013-03-081-4/+12
| | | * | | | | | NFC: llcp: Clean raw sockets from nfc_llcp_socket_releaseSamuel Ortiz2013-03-081-0/+29
| | | * | | | | | NFC: llcp: Clean local timers and works when removing a deviceSamuel Ortiz2013-03-081-7/+14
| | | * | | | | | NFC: llcp: Decrease socket ack log when accepting a connectionSamuel Ortiz2013-03-081-0/+2
| * | | | | | | | rtnetlink: Mask the rta_type when range checkingVlad Yasevich2013-03-171-1/+1
| * | | | | | | | Revert "ip_gre: make ipgre_tunnel_xmit() not parse network header as IP uncon...Timo Teräs2013-03-161-4/+1
| |/ / / / / / /
| * | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2013-03-155-7/+12
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | openvswitch: remove some useless commentsCong Wang2013-02-222-4/+2
| | * | | | | | openvswitch: fix the calculation of checksum for vlan headerCong Wang2013-02-221-2/+2
| | * | | | | | openvswitch: Fix parsing invalid LLC/SNAP ethertypesRich Lane2013-02-221-1/+5
| | * | | | | | openvswitch: Call genlmsg_end in queue_userspace_packetRich Lane2013-02-221-0/+1
| | * | | | | | openvswitch: Fix ovs_vport_cmd_new return value on successRich Lane2013-02-221-0/+1
| | * | | | | | openvswitch: Fix ovs_vport_cmd_del return value on successRich Lane2013-02-221-0/+1
| * | | | | | | tcp: fix skb_availroom()Eric Dumazet2013-03-142-2/+1
| * | | | | | | sctp: don't break the loop while meeting the active_path so as to find the ma...Xufeng Zhang2013-03-131-1/+1
| * | | | | | | sctp: Use correct sideffect command in duplicate cookie handlingVlad Yasevich2013-03-131-1/+1
| * | | | | | | net/core: move vlan_depth out of while loop in skb_network_protocol()Li RongQing2013-03-121-1/+1
| * | | | | | | bridge: reserve space for IFLA_BRPORT_FAST_LEAVEstephen hemminger2013-03-121-0/+1
| * | | | | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-03-121-3/+3
| |\ \ \ \ \ \ \
| | * | | | | | | batman-adv: verify tt len does not exceed packet lenMarek Lindner2013-03-111-3/+3
| * | | | | | | | net/ipv4: Ensure that location of timestamp option is storedDavid Ward2013-03-121-4/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-131-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fs: Readd the fs module aliases.Eric W. Biederman2013-03-121-0/+1
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-03-121-13/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | libceph: fix decoding of pgidsSage Weil2013-03-111-13/+29
* | | | | | | | | | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-03-122-9/+18
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | sunrpc: don't attempt to cancel unitialized workJ. Bruce Fields2013-03-091-5/+10
| * | | | | | | | | nfsd: fix krb5 handling of anonymous principalsJ. Bruce Fields2013-03-061-4/+8
| | |_|_|_|/ / / / | |/| | | | | | |
OpenPOWER on IntegriCloud