summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tcp: fix retransmission in repair modeAndrew Vagin2012-11-152-2/+6
| * | | | sctp: fix /proc/net/sctp/ memory leakTommi Rantala2012-11-151-4/+4
| |/ / /
| * | | ipv4/ip_vti.c: VTI fix post-decryption forwardingSaurabh Mohan2012-11-151-0/+5
| * | | ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa2012-11-131-0/+1
| * | | tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet2012-11-131-5/+10
| * | | ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang2012-11-111-13/+22
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-11-107-40/+91
| |\ \ \
| * \ \ \ Merge tag 'nfs-for-3.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-11-031-1/+1
| |\ \ \ \
| | * | | | SUNRPC: return proper errno from backchannel_rqstWeston Andros Adamson2012-11-011-1/+1
* | | | | | net: use right lock in __dev_remove_offloadEric Dumazet2012-11-161-2/+2
* | | | | | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-11-165-11/+73
|\ \ \ \ \ \
| * | | | | | netfilter: ipv6: only provide sk_bound_dev_if for link-local addrFlorian Westphal2012-11-131-1/+6
| * | | | | | netfilter: ipv6: add getsockopt to retrieve origdstFlorian Westphal2012-11-021-0/+61
| * | | | | | netfilter: nf_nat: use PTR_RETWu Fengguang2012-10-292-6/+2
| * | | | | | ipvs: remove silly double assignmentAlan Cox2012-10-282-5/+5
* | | | | | | ipv6: Fix build error with udp_offloadVlad Yasevich2012-11-161-0/+1
* | | | | | | net: Make IPv6 build depend on CONFIG_INETVlad Yasevich2012-11-161-1/+1
* | | | | | | net: Remove code duplication between offload structuresVlad Yasevich2012-11-155-44/+56
* | | | | | | ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich2012-11-1511-70/+30
* | | | | | | ipv4: Pull GSO registration out of inet_init()Vlad Yasevich2012-11-151-14/+21
* | | | | | | ipv6: Update ipv6 static library with newly needed functionsVlad Yasevich2012-11-155-110/+121
* | | | | | | ipv6: Move exthdr offload support into separate fileVlad Yasevich2012-11-154-37/+55
* | | | | | | ipv6: Separate out UDP offload functionalityVlad Yasevich2012-11-154-101/+130
* | | | | | | ipv6: Separate tcp offload functionalityVlad Yasevich2012-11-154-110/+106
* | | | | | | ipv6: Separate ipv6 offload supportVlad Yasevich2012-11-154-246/+296
* | | | | | | ipv6: Switch to using new offload infrastructure.Vlad Yasevich2012-11-154-24/+64
* | | | | | | ipv4: Switch to using the new offload infrastructure.Vlad Yasevich2012-11-151-14/+16
* | | | | | | ipv6: Add new offload registration infrastructure.Vlad Yasevich2012-11-154-0/+41
* | | | | | | net: Add net protocol offload registration infrustructureVlad Yasevich2012-11-152-0/+33
* | | | | | | net: Switch to using the new packet offload infrustructureVlad Yasevich2012-11-153-10/+20
* | | | | | | net: Add generic packet offload infrastructure.Vlad Yasevich2012-11-151-0/+80
* | | | | | | ip6tnl: fix sparse warnings in ip6_tnl_netlink_parms()Nicolas Dichtel2012-11-151-1/+1
* | | | | | | sit: fix sparse warningsNicolas Dichtel2012-11-151-5/+5
* | | | | | | ipip: fix sparse warnings in ipip_netlink_parms()Nicolas Dichtel2012-11-151-2/+2
* | | | | | | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-11-1511-173/+416
|\ \ \ \ \ \ \
| * | | | | | | batman-adv: Remove instant overwritten variable initializationSven Eckelmann2012-11-142-11/+11
| * | | | | | | batman-adv: roaming handling mechanism redesignAntonio Quartulli2012-11-141-39/+118
| * | | | | | | batman-adv: refactor tt_global_del_struct()Antonio Quartulli2012-11-141-10/+9
| * | | | | | | batman-adv: refactor code to simplify long linesAntonio Quartulli2012-11-141-32/+30
| * | | | | | | batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli2012-11-146-75/+156
| * | | | | | | batman-adv: wait multiple periods before activating blaSimon Wunderlich2012-11-143-1/+10
| * | | | | | | batman-adv: allow bla traffic only after first worker periodSimon Wunderlich2012-11-141-1/+19
| * | | | | | | batman-adv: send announcement when backbone gw is registeredSimon Wunderlich2012-11-141-4/+10
| * | | | | | | batman-adv: prevent using any virtual device created on batman-adv as hard-in...Antonio Quartulli2012-11-141-1/+40
| * | | | | | | batman-adv: fix wrong spinlock inline commentAntonio Quartulli2012-11-141-1/+1
| * | | | | | | batman-adv: don't rely on positions in struct for hashingSimon Wunderlich2012-11-142-14/+28
* | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-11-1583-1450/+7319
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-1483-1450/+7319
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-296-36/+104
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | * | | | | | | Merge tag 'nfc-next-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...John W. Linville2012-10-2916-113/+630
| | |\ \ \ \ \ \ \