aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2008-10-05Phonet: connected sockets glueRémi Denis-Courmont
2008-10-01sctp: try harder to figure out address family when checking wildcardsVlad Yasevich
2008-10-01sctp: reduce memory footprint of sctp_chunk structureNeil Horman
2008-10-01udp: Export UDP socket lookup functionKOVACS Krisztian
2008-10-01tcp: Port redirection support for TCPKOVACS Krisztian
2008-10-01ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian
2008-10-01tcp: Handle TCP SYN+ACK/ACK/RST transparencyKOVACS Krisztian
2008-10-01ipv4: Conditionally enable transparent flow flag when connectingKOVACS Krisztian
2008-10-01ipv4: Make inet_sock.h independent of route.hKOVACS Krisztian
2008-10-01ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian
2008-10-01ipv4: Loosen source address check on IPv4 outputJulian Anastasov
2008-10-01ipsec: Put dumpers on the dump listHerbert Xu
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-10-01ipv6: almost identical frag hashing funcs combinedIlpo Järvinen
2008-09-30ieee80211.h: remove superfluous ETH_P_PAE definitionJohn W. Linville
2008-09-30sctp: Fix kernel panic while process protocol violation parameterWei Yongjun
2008-09-249p: implement proper trans module refcounting and unregistrationTejun Heo
2008-09-24mac80211: clean up rate control APIJohannes Berg
2008-09-24cfg80211: show interface typeJohannes Berg
2008-09-24cfg80211: fix code ordering in header fileJohannes Berg
2008-09-23pkt_sched: Remove the tx queue state check in qdisc_run()Jarek Poplawski
2008-09-23tcp: Use SKB queue handling interfaces instead of by-hand versions.David S. Miller
2008-09-23tcp: Use skb_queue_is_last() instead of by-hand version.David S. Miller
2008-09-22pkt_sched: Make qdisc->gso_skb a list.David S. Miller
2008-09-22sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init().David S. Miller
2008-09-22Phonet: emit errors when a packet cannot be delivered locallyRemi Denis-Courmont
2008-09-22Phonet: proc interface for port rangeRemi Denis-Courmont
2008-09-22Phonet: Phonet datagram transport protocolRemi Denis-Courmont
2008-09-22Phonet: common socket glueRemi Denis-Courmont
2008-09-22Phonet: Netlink interfaceRemi Denis-Courmont
2008-09-22Phonet: network device and address handlingRemi Denis-Courmont
2008-09-22Phonet: PF_PHONET protocol family supportRemi Denis-Courmont
2008-09-22ipsec: Fix xfrm_state_walk raceHerbert Xu
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller
2008-09-20tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen
2008-09-20tcp: reorganize retransmit code loopsIlpo Järvinen
2008-09-20tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen
2008-09-20tcp: Partial hint clearing has again become meaninglessIlpo Järvinen
2008-09-15mac80211: fix virtual interfaces vs. injectionJohannes Berg
2008-09-15mac80211: share sta_info->ht_infoJohannes Berg
2008-09-15mac80211: share sta->supp_ratesJohannes Berg
2008-09-15mac80211: share STA information with driverJohannes Berg
2008-09-15mac80211: use nl80211 interface typesJohannes Berg
2008-09-15mac80211: inform driver of basic ratesetJohannes Berg
2008-09-15mac80211: fix scan vs. interface removal raceJohannes Berg
2008-09-15cfg80211: Add new wireless regulatory infrastructureLuis R. Rodriguez
2008-09-12pkt_action: add new action skbeditAlexander Duyck
2008-09-11netlink: fix overrun in attribute iterationVegard Nossum
2008-09-11mac80211: make conf_tx non-atomicJohannes Berg
2008-09-09ipsec: Use RCU-like construct for saved state within a walkHerbert Xu