Commit Graph

12531 Commits (0f6399c4c525b518644a9b09f8d6fb125a418c4d)

Author SHA1 Message Date
Bob Copeland 0f6399c4c5 nl80211: use GFP_ATOMIC for michael mic failure message 16 years ago
Luis R. Rodriguez 729e9c7663 cfg80211: fix for duplicate userspace replies 16 years ago
Johannes Berg 3b8bcfd5d3 net: introduce pre-up netdev notifier 16 years ago
Luis R. Rodriguez 86ab04c8c1 mac80211: handle -EALREADY on cfg80211 op assoc req 16 years ago
Johannes Berg 034d655ee7 cfg80211: disallow interfering with stations on non-AP (part 2) 16 years ago
Johannes Berg 7ba10a8efe mac80211: fix transposed min/max CW values 16 years ago
Johannes Berg 8fc0fee092 cfg80211: use key size constants 16 years ago
Johannes Berg 362a415dce nl80211: bounce scan request back to userspace 16 years ago
Johannes Berg 51b50fbeb5 cfg80211: validate AID of stations being added 16 years ago
Johannes Berg e535c7566e mac80211: deprecate conf.beacon_int properly 16 years ago
Eric Dumazet adf30907d6 net: skb->dst accessors 16 years ago
Eric Dumazet 511c3f92ad net: skb->rtable accessor 16 years ago
Minoru Usui 12186be7d2 net_cls: fix unconfigured struct tcf_proto keeps chaining and avoid kernel panic when we use cls_cgroup 16 years ago
Nivedita Singhvi f771bef980 ipv4: New multicast-all socket option 16 years ago
Eric Dumazet 4d52cfbef6 net: ipv4/ip_sockglue.c cleanups 16 years ago
Brian Haley dae9de8e13 IPv6: Print error value when skb allocation fails 16 years ago
Rémi Denis-Courmont bbd5898d39 Phonet: fix accounting race between gprs_writeable() and gprs_xmit() 16 years ago
Brian Haley 56d417b12e IPv6: Add 'autoconf' and 'disable_ipv6' module parameters 16 years ago
Jiri Pirko ccffad25b5 net: convert unicast addr list 16 years ago
Ilpo Järvinen 2df9001edc tcp: fix loop in ofo handling code and reduce its complexity 16 years ago
Eric Dumazet 108bfa895c net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup() 16 years ago
Eric Dumazet a489e51c1a atm: unset IFF_XMIT_DST_RELEASE in clip_setup() 16 years ago
Eric Dumazet 28e72216d7 net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup() 16 years ago
David S. Miller dfe9a83798 llc: Kill outdated and incorrect comment. 16 years ago
David S. Miller 528be7ff82 irda: Use SKB queue and list helpers instead of doing it by-hand. 16 years ago
David S. Miller 915219441d tcp: Use SKB queue and list helpers instead of doing it by-hand. 16 years ago
Paulius Zaleckas 7f0333eb2f wimax: Add netlink interface to get device state 16 years ago
Inaky Perez-Gonzalez 52a8d96308 wimax: document why wimax_msg_*() operations can be used in any state 16 years ago
David S. Miller de1033428b econet: Use SKB queue and list helpers instead of doing it by-hand. 16 years ago
David S. Miller bec571ec76 decnet: Use SKB queue and list helpers instead of doing it by-hand. 16 years ago
David S. Miller b6211ae7f2 atm: Use SKB queue and list helpers instead of doing it by-hand. 16 years ago
Eric Dumazet 2a91525c20 net: net/core/sock.c cleanup 16 years ago
Eric Dumazet 1ce8e7b57b net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv() 16 years ago
Jiri Pirko 0bb32417ff bridge: avoid an extra space in br_fdb_update() 16 years ago
Pablo Neira Ayuso eeff9beec3 netfilter: nfnetlink_log: fix wrong skbuff size calculation 16 years ago
Jesper Dangaard Brouer 683a04cebc netfilter: xt_hashlimit does a wrong SEQ_SKIP 16 years ago
Herbert Xu a2a804cddf tcp: Do not check flush when comparing options for GRO 16 years ago
Herbert Xu 9aaa156cf9 gro: Store shinfo in local variable in skb_gro_receive 16 years ago
Herbert Xu 66e92fcf1d gro: Nasty optimisations for page frags in skb_gro_receive 16 years ago
Herbert Xu cb18978cbf gro: Open-code final pskb_may_pull 16 years ago
Herbert Xu 1075f3f65d ipv4: Use 32-bit loads for ID and length in GRO 16 years ago
Herbert Xu a5b1cf288d gro: Avoid unnecessary comparison after skb_gro_header 16 years ago
Herbert Xu 7489594cb2 gro: Optimise length comparison in skb_gro_header 16 years ago
Herbert Xu 30a3ae30c7 tcp: Optimise len/mss comparison 16 years ago
Herbert Xu 4a9a2968a1 tcp: Remove unnecessary window comparisons for GRO 16 years ago
Herbert Xu 745898eaf0 tcp: Optimise GRO port comparisons 16 years ago
Herbert Xu 78d3fd0b7d gro: Only use skb_gro_header for completely non-linear packets 16 years ago
Herbert Xu 67147ba99a gro: Localise offset/headlen in skb_gro_offset 16 years ago
Herbert Xu 78a478d0ef gro: Inline skb_gro_header and cache frag0 virtual address 16 years ago
Herbert Xu 42da6994ca gro: Open-code frags copy in skb_gro_receive 16 years ago