summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* rtnl/ipv4: use netconf msg to advertise forwarding statusNicolas Dichtel2012-10-281-4/+89
* rtnl/ipv6: add support of RTM_GETNETCONFNicolas Dichtel2012-10-281-2/+73
* rtnl/ipv6: use netconf msg to advertise forwarding statusNicolas Dichtel2012-10-281-0/+77
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-10-2616-310/+359
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...Pablo Neira Ayuso2012-10-2216-310/+359
| |\
| | * ipvs: SIP fragment handlingJesper Dangaard Brouer2012-09-281-4/+12
| | * ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer2012-09-288-189/+134
| | * ipvs: Complete IPv6 fragment handling for IPVSJesper Dangaard Brouer2012-09-284-35/+126
| | * ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer2012-09-2812-143/+152
| | * ipvs: IPv6 extend ICMPv6 handling for future typesJesper Dangaard Brouer2012-09-281-6/+2
| | * ipvs: Trivial changes, use compressed IPv6 address in outputJesper Dangaard Brouer2012-09-284-10/+10
* | | l2tp: session is an array not a pointerAlan Cox2012-10-261-1/+1
* | | cgroup: net_cls: Rework update socket logicDaniel Wagner2012-10-262-8/+24
* | | cgroup: net_cls: Pass in task to sock_update_classid()Daniel Wagner2012-10-262-7/+7
* | | cgroup: net_cls: Remove rcu_read_lock/unlockDaniel Wagner2012-10-261-2/+0
* | | cgroup: net_prio: Mark local used function staticDaniel Wagner2012-10-261-1/+1
* | | sctp: Make hmac algorithm selection for cookie generation dynamicNeil Horman2012-10-264-30/+88
* | | packet: minor: remove unused err assignmentDaniel Borkmann2012-10-261-2/+0
* | | sock-diag: Report shutdown for inet and unix sockets (v2)Pavel Emelyanov2012-10-232-0/+6
* | | ipv6: fix sparse warnings in rt6_info_hash_nhsfn()Nicolas Dichtel2012-10-231-13/+13
* | | netlink: cleanup the unnecessary return value checkHans Zhang2012-10-231-3/+3
* | | ipv4: tcp: clean up tcp_v4_early_demux()Eric Dumazet2012-10-231-4/+3
* | | ipv6: tcp: clean up tcp_v6_early_demux() icsk variableNeal Cardwell2012-10-231-2/+2
* | | ipv6: add support of equal cost multipath (ECMP)Nicolas Dichtel2012-10-232-3/+190
* | | ipv4: 16 slots in initial fib_info hash tableEric Dumazet2012-10-221-1/+1
* | | tcp: speedup SIOCINQ ioctlEric Dumazet2012-10-221-2/+3
* | | tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet2012-10-221-18/+25
* | | pkt_sched: use ns_to_ktime() helperEric Dumazet2012-10-212-7/+5
* | | net:dev: remove double indentical assignment in dev_change_net_namespace().Rami Rosen2012-10-211-1/+0
* | | sockopt: Make SO_BINDTODEVICE readablePavel Emelyanov2012-10-211-0/+3
* | | pktgen: Use ipv6_addr_anyJoe Perches2012-10-211-5/+1
* | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-10-183-10/+27
|\ \ \
| * | | batman-adv: Fix potential broadcast BLA-duplicate-check race conditionLinus Lüssing2012-10-182-5/+16
| * | | batman-adv: Fix broadcast packet CRC calculationLinus Lüssing2012-10-182-5/+11
* | | | tcp: fix FIONREAD/SIOCINQEric Dumazet2012-10-181-5/+3
* | | | netlink: use kfree_rcu() in netlink_release()Eric Dumazet2012-10-181-4/+15
* | | | ipv4: Fix flushing of cached routing informationsSteffen Klassert2012-10-181-3/+6
* | | | vlan: allow to change type when no vlan device is hooked on netdevJiri Pirko2012-10-181-1/+3
* | | | netfilter: xt_TEE: don't use destination address found in headerEric Dumazet2012-10-171-0/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netPablo Neira Ayuso2012-10-1763-796/+816
|\| | |
| * | | ipv6: addrconf: fix /proc/net/if_inet6Eric Dumazet2012-10-161-6/+9
| * | | sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan2012-10-161-1/+2
| * | | vlan: fix bond/team enslave of vlan challenged slave/portJiri Pirko2012-10-161-1/+8
| * | | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-143-27/+28
| |\ \ \
| | * | | KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-083-27/+28
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-131-1/+1
| |\ \ \ \
| | * | | | userns: Properly print bluetooth socket uidsEric W. Biederman2012-10-121-1/+1
| * | | | | Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-10-133-204/+190
| |\ \ \ \ \
| | * \ \ \ \ Merge Trond's bugfixesJ. Bruce Fields2012-10-111-5/+17
| | |\ \ \ \ \
| | * \ \ \ \ \ nfs: disintegrate UAPI for nfsJ. Bruce Fields2012-10-09438-8900/+16221
| | |\ \ \ \ \ \