summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* filter: add ANC_PAY_OFFSET instruction for loading payload start offsetDaniel Borkmann2013-03-201-0/+5
* net: flow_dissector: add __skb_get_poff to get a start offset to payloadDaniel Borkmann2013-03-201-0/+57
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-2048-373/+450
|\
| * 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/+38
| * l2tp: avoid deadlock in l2tp stats updateTom Parkin2013-03-205-147/+93
| * l2tp: push all ppp pseudowire shutdown through .release handlerTom Parkin2013-03-201-43/+10
| * 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/+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 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