summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() n...Alexey Dobriyan2008-10-081-3/+1Star
| * | netfilter: netns nf_conntrack: pass netns pointer to L4 protocol's ->error hookAlexey Dobriyan2008-10-081-1/+1
| * | netfilter: netns nf_conntrack: pass netns pointer to nf_conntrack_in()Alexey Dobriyan2008-10-081-1/+2
| * | netfilter: netns nf_conntrack: per-netns unconfirmed listAlexey Dobriyan2008-10-082-1/+2
| * | netfilter: netns nf_conntrack: per-netns expectationsAlexey Dobriyan2008-10-082-6/+17
| * | netfilter: netns nf_conntrack: per-netns conntrack hashAlexey Dobriyan2008-10-083-5/+6
| * | netfilter: netns nf_conntrack: per-netns conntrack countAlexey Dobriyan2008-10-082-1/+3
| * | netfilter: netns nf_conntrack: add ->ct_net -- pointer from conntrack to netnsAlexey Dobriyan2008-10-081-2/+16
| * | netfilter: netns nf_conntrack: add netns boilerplateAlexey Dobriyan2008-10-083-2/+14
| * | netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-085-11/+11
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-10-081-6/+27
|\ \ \ | |/ / |/| |
| * | mac80211: add multi-rate retry supportFelix Fietkau2008-10-071-4/+25
| * | mac80211: free up 2 bytes in skb->cbFelix Fietkau2008-10-071-2/+2
* | | netns: make uplitev6 mib per/namespaceDenis V. Lunev2008-10-072-7/+5Star
* | | netns: make udpv6 mib per/namespaceDenis V. Lunev2008-10-072-6/+7
* | | netns: move /proc/net/dev_snmp6 to struct netDenis V. Lunev2008-10-071-0/+4
* | | net: wrap sk->sk_backlog_rcv()Peter Zijlstra2008-10-072-1/+6
* | | inet: Don't lookup the socket if there's a socket attached to the skbKOVACS Krisztian2008-10-073-7/+27
* | | inet_hashtables: Add inet_lookup_skb helpersArnaldo Carvalho de Melo2008-10-072-0/+25
|/ /
* | pkt_sched: Fix handling of gso skbs on requeuingJarek Poplawski2008-10-061-0/+1
* | xfrm: MIGRATE enhancements (draft-ebalard-mext-pfkey-enhanced-migrate)Arnaud Ebalard2008-10-051-3/+12
* | Phonet: implement GPRS virtual interface over PEP socketRémi Denis-Courmont2008-10-052-0/+39
* | Phonet: receive pipe control requests as out-of-band dataRémi Denis-Courmont2008-10-051-0/+2
* | Phonet: Pipe End Point for Phonet Pipes protocolRémi Denis-Courmont2008-10-051-0/+114
* | Phonet: connected sockets glueRémi Denis-Courmont2008-10-051-0/+43
* | sctp: try harder to figure out address family when checking wildcardsVlad Yasevich2008-10-011-1/+1
* | sctp: reduce memory footprint of sctp_chunk structureNeil Horman2008-10-011-14/+17
* | udp: Export UDP socket lookup functionKOVACS Krisztian2008-10-011-0/+4
* | tcp: Port redirection support for TCPKOVACS Krisztian2008-10-012-1/+2
* | ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian2008-10-011-0/+6
* | tcp: Handle TCP SYN+ACK/ACK/RST transparencyKOVACS Krisztian2008-10-012-1/+10
* | ipv4: Conditionally enable transparent flow flag when connectingKOVACS Krisztian2008-10-011-1/+5
* | ipv4: Make inet_sock.h independent of route.hKOVACS Krisztian2008-10-013-7/+6Star
* | ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian2008-10-012-2/+4
* | ipv4: Loosen source address check on IPv4 outputJulian Anastasov2008-10-011-0/+2
* | ipsec: Put dumpers on the dump listHerbert Xu2008-10-011-42/+28Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-014-3/+12
|\|
| * sctp: Fix kernel panic while process protocol violation parameterWei Yongjun2008-09-301-0/+3
| * 9p: implement proper trans module refcounting and unregistrationTejun Heo2008-09-242-2/+8
| * netlink: fix overrun in attribute iterationVegard Nossum2008-09-121-1/+1
* | ipv6: almost identical frag hashing funcs combinedIlpo Järvinen2008-10-011-0/+2
* | ieee80211.h: remove superfluous ETH_P_PAE definitionJohn W. Linville2008-09-301-4/+0Star
* | mac80211: clean up rate control APIJohannes Berg2008-09-241-0/+68
* | cfg80211: show interface typeJohannes Berg2008-09-242-2/+6
* | cfg80211: fix code ordering in header fileJohannes Berg2008-09-241-9/+9
* | pkt_sched: Remove the tx queue state check in qdisc_run()Jarek Poplawski2008-09-231-4/+1Star
* | tcp: Use SKB queue handling interfaces instead of by-hand versions.David S. Miller2008-09-231-25/+15Star
* | tcp: Use skb_queue_is_last() instead of by-hand version.David S. Miller2008-09-231-3/+3
* | pkt_sched: Make qdisc->gso_skb a list.David S. Miller2008-09-231-1/+1
* | sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init().David S. Miller2008-09-231-8/+2Star